Home
last modified time | relevance | path

Searched defs:expectedState (Results 1 – 16 of 16) sorted by relevance

/cts/tests/tests/wifi/src/android/net/wifi/cts/
DScanResultTest.java38 int expectedState = STATE_NULL; field in ScanResultTest.MySync
140 private boolean waitForBroadcast(long timeout, int expectedState) throws Exception { in waitForBroadcast()
DWifiInfoTest.java40 int expectedState = STATE_NULL; field in WifiInfoTest.MySync
DWifiManagerTest.java66 int expectedState = STATE_NULL; field in WifiManagerTest.MySync
/cts/hostsidetests/appsecurity/test-apps/PrivilegedUpdateApp/src/com/android/cts/privilegedupdate/
DPrivilegedAppDisableTest.java76 private void assertPackageEnabledState(String packageName, int expectedState) { in assertPackageEnabledState()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DConnectivityConstraintTest.java435 NetworkInfo.State expectedState = enable ? in setWifiState() local
502 ConnectivityActionReceiver(int networkType, NetworkInfo.State expectedState, in ConnectivityActionReceiver()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DBluetoothSharingRestrictionTest.java110 int expectedState) in assertComponentStateAfterTimeout()
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
DBluetoothRestrictionTest.java187 private void assertComponentStateAfterTimeout(ComponentName component, int expectedState) { in assertComponentStateAfterTimeout()
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedStoragePermissionSharedUidTest.java236 StorageState expectedState; in checkExceptedStorageStateForAppsSharingUid() local
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMeteredDataRestrictionTest.java123 final String expectedState = (blocked ? State.DISCONNECTED : State.CONNECTED).name(); in verifyAppNetworkState() local
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java833 private String mountObb(final int resource, final File file, int expectedState) { in mountObb()
863 int expectedState) { in waitForObbActionCompletion()
879 private void unmountObb(final File file, int expectedState) { in unmountObb()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java693 int expectedState, long maxUnexpected) { in assertAlmostNoUnexpectedTraffic()
835 Integer expectedState) { in getTotalAndAssertNotEmpty()
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java399 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderDefault() local
426 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderPartialFormat() local
462 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderParams() local
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsServiceTest.java1816 private void verifyRegistrationState(ImsRcsManager regManager, int expectedState) in verifyRegistrationState()
1837 private void verifyRegistrationState(RegistrationManager regManager, int expectedState) in verifyRegistrationState()
/cts/tests/tests/text/src/android/text/method/cts/
DArrowKeyMovementMethodTest.java1436 private void pressMetaKey(int metakey, int expectedState) { in pressMetaKey()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java397 final State expectedState; in checkForAvailabilityInResultData() local
/cts/tests/app/src/android/app/cts/
DNotificationManagerTest.java567 private void assertExpectedDndState(int expectedState) { in assertExpectedDndState()