Searched refs:RESUMED (Results 1 – 10 of 10) sorted by relevance
22 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;64 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle()83 watcher.waitFor(RESUMED); in testGetServiceComponentName()108 watcher.waitFor(RESUMED); in testGetServiceComponentName_onUiThread()128 watcher.waitFor(RESUMED); in testIsContentCaptureFeatureEnabled_onUiThread()148 watcher.waitFor(RESUMED); in testDisableContentCaptureService_onUiThread()
38 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;108 watcher.waitFor(RESUMED); in testSimpleLifecycle_defaultSession()145 watcher.waitFor(RESUMED); in testSimpleLifecycle_rootViewSession()244 watcher.waitFor(RESUMED); in testSimpleLifecycle_changeContextAfterCreate()293 watcher.waitFor(RESUMED); in testSimpleLifecycle_changeContextOnCreate()347 watcher.waitFor(RESUMED); in testTextChanged()383 watcher.waitFor(RESUMED); in testTextChangeBuffer()425 watcher.waitFor(RESUMED); in testDisabledByFlagSecure()451 watcher.waitFor(RESUMED); in testDisabledByApp()483 watcher.waitFor(RESUMED); in testDisabledFlagSecureAndByApp()[all …]
19 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;55 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle()75 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle_noAnimation()
37 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;106 watcher.waitFor(RESUMED); in testDefaultLifecycle()122 watcher.waitFor(RESUMED); in testGetContentCapture_disabledWhenNoService()136 watcher.waitFor(RESUMED); in testGetContentCapture_enabledWhenNoService()152 watcher1.waitFor(RESUMED); in testLaunchAnotherActivity()161 watcher2.waitFor(RESUMED); in testLaunchAnotherActivity()188 watcher1.waitFor(RESUMED); in testLaunchAnotherActivity_onTopOfIt()196 watcher2.waitFor(RESUMED); in testLaunchAnotherActivity_onTopOfIt()256 watcher.waitFor(RESUMED); in testAddAndRemoveNoImportantChild()292 watcher.waitFor(RESUMED); in testAddAndRemoveImportantChild()[all …]
39 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;102 watcher.waitFor(RESUMED); in testLifecycle()141 watcher.waitFor(RESUMED); in testVirtualView_wrongWay()224 watcher.waitFor(RESUMED); in testVirtualView_oneLevel()339 watcher.waitFor(RESUMED); in testVirtualView_multipleLevels()404 watcher.waitFor(RESUMED); in testVirtualView_batchDisappear()443 watcher.waitFor(RESUMED); in testContentCaptureConditions()467 watcher.waitFor(RESUMED); in testContentCaptureConditions_otherPackage()480 watcher.waitFor(RESUMED); in testContentCaptureEnabled_dynamicFlagSecure()510 watcher.waitFor(RESUMED); in testDisabledByFlagSecure()[all …]
34 public static final int RESUMED = 5; field in StrictFragment50 case RESUMED: return "RESUMED"; in stateToString()140 mState = RESUMED; in onResume()159 checkState("onPause", RESUMED); in onPause()161 onStateChanged(RESUMED); in onPause()
676 testLifecycleTransitionFailure(StrictFragment.STARTED, StrictFragment.RESUMED); in preventReentrantCalls()678 testLifecycleTransitionFailure(StrictFragment.RESUMED, StrictFragment.STARTED); in preventReentrantCalls()
68 notifyWatcher(activity, ActivityLifecycle.RESUMED); in onActivityResumed()174 case RESUMED: in getLatch()200 RESUMED, enumConstant
141 if (activity == a1 && stage == Stage.RESUMED) { in testMoveToFront()