Home
last modified time | relevance | path

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

/cts/tests/tests/net/src/android/net/wifi/cts/
DScanResultTest.java33 int expectedState = STATE_NULL; field in ScanResultTest.MySync
129 private boolean waitForBroadcast(long timeout, int expectedState) throws Exception { in waitForBroadcast()
DWifiInfoTest.java37 int expectedState = STATE_NULL; field in WifiInfoTest.MySync
DWifiManagerTest.java54 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.java102 NetworkInfo.State expectedState = mInitialWiFiState ? in tearDown() local
354 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/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.java802 private String mountObb(final int resource, final File file, int expectedState) { in mountObb()
832 int expectedState) { in waitForObbActionCompletion()
848 private void unmountObb(final File file, int expectedState) { in unmountObb()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DNetworkUsageStatsTest.java666 int expectedState, long maxUnexpected) { in assertAlmostNoUnexpectedTraffic()
808 Integer expectedState) { in getTotalAndAssertNotEmpty()
/cts/tests/tests/media/src/android/media/cts/
DAudioRecordTest.java382 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderDefault() local
409 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderPartialFormat() local
445 final int expectedState = AudioRecord.STATE_INITIALIZED; in testAudioRecordBuilderParams() local
/cts/tests/tests/text/src/android/text/method/cts/
DArrowKeyMovementMethodTest.java1435 private void pressMetaKey(int metakey, int expectedState) { in pressMetaKey()
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/
DAbstractRestrictBackgroundNetworkTestCase.java470 final State expectedState; in checkForAvailabilityInResultData() local