HomeSort by relevance Sort by last modified time
    Searched refs:updateKey (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/util/
GalleryUtils.java 178 String updateKey = PREFIX_PHOTO_EDITOR_UPDATE + mimeType;
182 if (prefs.getInt(updateKey, 0) != version) {
186 prefs.edit().putInt(updateKey, version)
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsTest.java 612 String updateKey = "key_update";
646 value.put(Settings.KEY, updateKey);
653 new String[] {updateKey}, null);
657 assertEquals(updateKey, cursor.getString(KEY_INDEX));
691 new String[] {updateKey}, null);
695 assertEquals(updateKey, cursor.getString(KEY_INDEX));
    [all...]

Completed in 1497 milliseconds