Home
last modified time | relevance | path

Searched refs:testValue (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java106 final long testValue = 12345000; in testAllPackageDirsWritable() local
127 assertTrue("Must be able to set last modified", directChild.setLastModified(testValue)); in testAllPackageDirsWritable()
128 assertTrue("Must be able to set last modified", subdirChild.setLastModified(testValue)); in testAllPackageDirsWritable()
130 assertEquals(testValue, directChild.lastModified()); in testAllPackageDirsWritable()
131 assertEquals(testValue, subdirChild.lastModified()); in testAllPackageDirsWritable()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java89 final byte testValue = 7; in testParamPresetName()
91 Arrays.fill(reply, testValue); in testParamPresetName()
111 testValue, reply[i]); in testParamPresetName()