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

  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 205 final Object backupValue = getBackupValue(key, value);
207 if (backupValue != null) {
208 backupPreferences.add(new SimpleBackupSharedPreference(key, backupValue));
  /cts/tests/tests/media/src/android/media/cts/
ExifInterfaceTest.java 348 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE);
354 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
375 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE);
382 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
ExifInterfaceTest.java 366 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE);
372 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
392 String backupValue = exifInterface.getAttribute(ExifInterface.TAG_MAKE);
399 exifInterface.setAttribute(ExifInterface.TAG_MAKE, backupValue);
  /frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
ExifInterfaceTest.java     [all...]

Completed in 207 milliseconds