Searched defs:IMAGE_URL (Results 1 - 2 of 2) sorted by relevance

/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/storage/
H A DIdentityDatabase.java62 static final String IMAGE_URL = "imageURL"; field in class:IdentityDatabase
131 values.put(IMAGE_URL, imageURL);
239 String imageURL = cursor.getString(cursor.getColumnIndex(IMAGE_URL));
H A DSharedPreferencesStorage.java65 private static final String IMAGE_URL = "image"; field in class:SharedPreferencesStorage
117 String imageURL = getStringWithDefault(data, IMAGE_URL, "");

Completed in 22 milliseconds