Home
last modified time | relevance | path

Searched refs:expectStartActivityIntent (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/
DCSCaptivePortalAppTest.kt129 val signInIntent: Intent = context.expectStartActivityIntent(TIMEOUT_MS) in startCaptivePortalApp()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivityservice/base/
DCSTest.kt519 fun expectStartActivityIntent(timeoutMs: Long = HANDLER_TIMEOUT_MS): Intent { in expectStartActivityIntent() method
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DConnectivityServiceTest.java733 public Intent expectStartActivityIntent(int timeoutMs) { in expectStartActivityIntent() method in ConnectivityServiceTest.MockContext
4832 final Intent signInIntent = mServiceContext.expectStartActivityIntent(TIMEOUT_MS);