Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java159 SignalStrength testValue = new SignalStrength(); in testNotifySignalStrengthChanged() local
165 testValue)); in testNotifySignalStrengthChanged()
169 assertEquals(testValue, result); in testNotifySignalStrengthChanged()
188 boolean testValue = true; in testNotifyMessageWaitingChanged()
194 testValue)); in testNotifyMessageWaitingChanged()
197 assertEquals(testValue, result); in testNotifyMessageWaitingChanged()
216 boolean testValue = true; in testNotifyCallForwardingChanged()
220 testValue)); in testNotifyCallForwardingChanged()
223 assertEquals(testValue, result); in testNotifyCallForwardingChanged()
242 int testValue = TelephonyManager.DATA_ACTIVITY_DORMANT; in testNotifyDataActivityChanged() local
[all …]
/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/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java93 final long testValue = 12345000; in testWriteExternalStorage() local
100 assertTrue("Must be able to set last modified", TEST_FILE.setLastModified(testValue)); in testWriteExternalStorage()
101 assertEquals(testValue, TEST_FILE.lastModified()); in testWriteExternalStorage()
/cts/tests/tests/security/src/android/security/cts/
DEffectBundleTest.java129 final byte testValue = 7; in testParamPresetName()
131 Arrays.fill(reply, testValue); in testParamPresetName()
151 testValue, reply[i]); in testParamPresetName()