Home
last modified time | relevance | path

Searched refs:RESUMED (Results 1 – 16 of 16) sorted by relevance

/cts/tests/fragment/src/android/fragment/cts/
DStrictFragment.java34 public static final int RESUMED = 5; field in StrictFragment
50 case RESUMED: return "RESUMED"; in stateToString()
140 mState = RESUMED; in onResume()
159 checkState("onPause", RESUMED); in onPause()
161 onStateChanged(RESUMED); in onPause()
DFragmentLifecycleTest.java676 testLifecycleTransitionFailure(StrictFragment.STARTED, StrictFragment.RESUMED); in preventReentrantCalls()
678 testLifecycleTransitionFailure(StrictFragment.RESUMED, StrictFragment.STARTED); in preventReentrantCalls()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DBlankActivityTest.java24 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
79 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle()
98 watcher.waitFor(RESUMED); in testGetServiceComponentName()
123 watcher.waitFor(RESUMED); in testGetServiceComponentName_onUiThread()
143 watcher.waitFor(RESUMED); in testIsContentCaptureFeatureEnabled_onUiThread()
163 watcher.waitFor(RESUMED); in testDisableContentCaptureService_onUiThread()
DBlankWithTitleActivityTest.java19 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
55 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle()
75 watcher.waitFor(RESUMED); in testSimpleSessionLifecycle_noAnimation()
DDataSharingActivityTest.java19 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
60 watcher.waitFor(RESUMED); in testHappyPath_dataCopiedSuccessfully()
80 watcher.waitFor(RESUMED); in testDataSharingSessionIsRejected_propagatedToClient()
DNullTextViewActivityTest.java19 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
53 watcher.waitFor(RESUMED); in testNullTextView()
DLoginActivityTest.java39 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
117 watcher.waitFor(RESUMED); in testSimpleLifecycle_defaultSession()
162 watcher.waitFor(RESUMED); in testContentCaptureSessionCache()
194 watcher.waitFor(RESUMED); in testSimpleLifecycle_rootViewSession()
296 watcher.waitFor(RESUMED); in testSimpleLifecycle_changeContextAfterCreate()
345 watcher.waitFor(RESUMED); in testSimpleLifecycle_changeContextOnCreate()
399 watcher.waitFor(RESUMED); in testTextChanged()
435 watcher.waitFor(RESUMED); in testTextChangeBuffer()
491 watcher.waitFor(RESUMED); in testComposingSpan_mergedEvent()
532 watcher.waitFor(RESUMED); in testComposingSpan_notMergedWithoutComposing()
[all …]
DChildlessActivityTest.java37 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()
187 watcher1.waitFor(RESUMED); in testLaunchAnotherActivity_onTopOfIt()
195 watcher2.waitFor(RESUMED); in testLaunchAnotherActivity_onTopOfIt()
253 watcher.waitFor(RESUMED); in testAddAndRemoveNoImportantChild()
289 watcher.waitFor(RESUMED); in testAddAndRemoveImportantChild()
[all …]
DCustomViewActivityTest.java31 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
94 watcher.waitFor(RESUMED); in testLifecycle()
122 watcher.waitFor(RESUMED); in testSessionLifecycleEvents()
187 watcher.waitFor(RESUMED); in testVirtualView_wrongWay()
263 watcher.waitFor(RESUMED); in testVirtualView_oneLevel()
378 watcher.waitFor(RESUMED); in testVirtualView_multipleLevels()
443 watcher.waitFor(RESUMED); in testVirtualView_batchDisappear()
482 watcher.waitFor(RESUMED); in testContentCaptureConditions()
506 watcher.waitFor(RESUMED); in testContentCaptureConditions_otherPackage()
519 watcher.waitFor(RESUMED); in testContentCaptureEnabled_dynamicFlagSecure()
[all …]
DResizingEditActivityTest.java22 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
90 watcher.waitFor(RESUMED); in testInsetsChangedOnImeAction()
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DActivitiesWatcher.java68 notifyWatcher(activity, ActivityLifecycle.RESUMED); in onActivityResumed()
174 case RESUMED: in getLatch()
200 RESUMED, enumConstant
/cts/tests/tests/view/src/android/view/cts/
DAttachedSurfaceControlTest.java97 scenario.moveToState(Lifecycle.State.RESUMED); in testOnBufferTransformHintChangedListener()
161 scenario.moveToState(Lifecycle.State.RESUMED); in testOnBufferTransformHintChangesFromLandToSea()
/cts/tests/app/shared/src/android/app/cts/
DNotificationTemplateTestBase.kt60 scenario.moveToState(Lifecycle.State.RESUMED) in <lambda>()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionSessionVisibleActivityTest.java189 mActivityScenario.moveToState(Lifecycle.State.RESUMED); in performActivityChangeAndVerifyCallback()
/cts/tests/translation/src/android/translation/cts/
DTranslationManagerTest.java21 import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLifecycle.RESUMED;
527 watcher.waitFor(RESUMED); in testGetTranslationSettingsActivityIntent()
/cts/tests/app/src/android/app/cts/
DAppTaskTests.java152 if (activity == a1 && stage == Stage.RESUMED) { in testMoveToFront()