Searched refs:testValue (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyRegistryManagerTest.java | 202 SignalStrength testValue = new SignalStrength(); in testNotifySignalStrengthChanged() local 208 testValue)); in testNotifySignalStrengthChanged() 212 assertEquals(testValue, result); in testNotifySignalStrengthChanged() 231 boolean testValue = true; in testNotifyMessageWaitingChanged() 237 testValue)); in testNotifyMessageWaitingChanged() 240 assertEquals(testValue, result); in testNotifyMessageWaitingChanged() 259 boolean testValue = true; in testNotifyCallForwardingChanged() 263 testValue)); in testNotifyCallForwardingChanged() 266 assertEquals(testValue, result); in testNotifyCallForwardingChanged() 286 int testValue = TelephonyManager.DATA_ACTIVITY_DORMANT; in testNotifyDataActivityChanged() local [all …]
|
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/ |
D | InstallAppMetadataTest.kt | 237 private fun assertAppMetadata(testValue: String?) { in assertAppMetadata() 242 if (testValue != null) { in assertAppMetadata() 245 assertEquals(data.getString(TEST_FIELD), testValue) in assertAppMetadata()
|
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | CommonExternalStorageTest.java | 106 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/ |
D | EffectBundleTest.java | 147 final byte testValue = 7; in testParamPresetName() 149 Arrays.fill(reply, testValue); in testParamPresetName()
|
/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/ |
D | MediaDrmClearkeyTest.java | 1729 String testValue = "123456"; in testIntegerProperties() local 1739 drm.setPropertyString(testKey, testValue); in testIntegerProperties() 1740 assertEquals("Property didn't match", drm.getPropertyString(testKey), testValue); in testIntegerProperties()
|