Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyRegistryManagerTest.java181 SignalStrength testValue = new SignalStrength(); in testNotifySignalStrengthChanged() local
187 testValue)); in testNotifySignalStrengthChanged()
191 assertEquals(testValue, result); in testNotifySignalStrengthChanged()
210 boolean testValue = true; in testNotifyMessageWaitingChanged()
216 testValue)); in testNotifyMessageWaitingChanged()
219 assertEquals(testValue, result); in testNotifyMessageWaitingChanged()
238 boolean testValue = true; in testNotifyCallForwardingChanged()
242 testValue)); in testNotifyCallForwardingChanged()
245 assertEquals(testValue, result); in testNotifyCallForwardingChanged()
264 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 = 1234500000000L; 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.java143 final byte testValue = 7; in testParamPresetName()
145 Arrays.fill(reply, testValue); in testParamPresetName()
165 testValue, reply[i]); in testParamPresetName()