Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java147 NetworkRegistrationInfo expectedState = new NetworkRegistrationInfo( in testGetNetworkRegistrationInfo() local
249 NetworkRegistrationInfo expectedState = new NetworkRegistrationInfo( in testGetNetworkRegistrationInfoV1_5() local
347 NetworkRegistrationInfo expectedState = new NetworkRegistrationInfo( in testGetNetworkRegistrationInfoV1_6WithLte() local
438 NetworkRegistrationInfo expectedState = new NetworkRegistrationInfo( in testGetNetworkRegistrationInfoV1_6WithNr() local
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestBase.java156 protected boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
175 protected boolean waitForWifiState(int expectedState, long timeout) { in waitForWifiState()
194 protected boolean waitForWifiApState(int expectedState, long timeout) { in waitForWifiApState()
/frameworks/base/core/tests/coretests/src/android/os/storage/
DStorageManagerBaseTest.java229 protected String mountObb(String obbFilePath, int expectedState) { in mountObb()
277 protected String doMountObb_noThrow(String obbFilePath, int expectedState) { in doMountObb_noThrow()
309 protected String doMountObb(String obbFilePath, int expectedState) { in doMountObb()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java436 public boolean waitForNetworkState(int networkType, State expectedState, long timeout) { in waitForNetworkState()
487 public boolean waitForWifiState(int expectedState, long timeout) { in waitForWifiState()
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayActorEnforcerTests.kt63 val expectedState = testCase.state.takeUnless { type == Params.Type.ALLOWED } in <lambda>() constant
329 var expectedState: ActorState, in <lambda>() variable in com.android.server.om.OverlayActorEnforcerTests.Params
/frameworks/base/core/tests/mockingcoretests/src/android/app/activity/
DActivityThreadClientTest.java254 ActivityClientRecord r, int expectedState) throws Exception { in recreateAndVerifyRelaunched()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
DWindowMagnificationGestureHandlerTest.java308 private void check(boolean condition, int expectedState) { in check()
/frameworks/base/tests/vcn/java/com/android/server/vcn/
DVcnGatewayConnectionTestBase.java326 protected void verifySafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent( in verifySafeModeTimeoutNotifiesCallbackAndUnregistersNetworkAgent()
/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBstatsCpuTimesValidationTest.java591 final String expectedState = "(" + state + ")"; in assertProcState() local
600 private void assertProcState(int expectedState) throws Exception { in assertProcState()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/
DDeviceIdleControllerTest.java2285 private void verifyStateConditions(int expectedState) { in verifyStateConditions()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java984 final InsetsState expectedState = new InsetsState(app.getInsetsState(), in testSetFreezeInsetsState() local
/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/location/
DLocationTimeZoneProviderControllerTest.java1402 @State String expectedState) { in assertControllerState()
/frameworks/native/services/surfaceflinger/tests/unittests/
DEventThreadTest.cpp202 void EventThreadTest::expectVSyncSetEnabledCallReceived(bool expectedState) { in expectVSyncSetEnabledCallReceived()
/frameworks/base/services/tests/servicestests/src/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImplTest.java1050 MetricsTimeZoneDetectorState expectedState = in assertMetricsState() local
/frameworks/av/media/libaaudio/tests/
Dtest_various.cpp179 aaudio_stream_state_t expectedState) { in checkStateTransition()