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.java163 SignalStrength testValue = new SignalStrength(); in testNotifySignalStrengthChanged() local
169 testValue)); in testNotifySignalStrengthChanged()
173 assertEquals(testValue, result); in testNotifySignalStrengthChanged()
192 boolean testValue = true; in testNotifyMessageWaitingChanged()
198 testValue)); in testNotifyMessageWaitingChanged()
201 assertEquals(testValue, result); in testNotifyMessageWaitingChanged()
220 boolean testValue = true; in testNotifyCallForwardingChanged()
224 testValue)); in testNotifyCallForwardingChanged()
227 assertEquals(testValue, result); in testNotifyCallForwardingChanged()
246 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.java128 final byte testValue = 7; in testParamPresetName()
130 Arrays.fill(reply, testValue); in testParamPresetName()
150 testValue, reply[i]); in testParamPresetName()