Home
last modified time | relevance | path

Searched defs:intValue (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/backup/RestoreAnyVersion/src/
DRestoreAnyVersionTest.java78 int intValue = getAppSharedPreference(); in checkSharedPrefIsEmpty() local
84 int intValue = getAppSharedPreference(); in checkSharedPrefIsNew() local
97 int intValue = getAppSharedPreference(); in checkSharedPrefIsOld() local
112 int intValue = prefs.getInt(INT_PREF, DEFAULT_INT_VALUE); in getAppSharedPreference() local
/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamSwitchedWriteTest.java165 } in SWITCHED.add()
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/
DCameraDeviceInfo.java252 int intValue = (int) ((byte) keyValue); in storeEntry() local
/cts/tests/tests/media/src/android/media/cts/
DExifInterfaceTest.java244 int intValue = exifInterface.getAttributeInt(tag, 0); in assertIntTag() local