Home
last modified time | relevance | path

Searched refs:FINISH_ACTIVITY (Results 1 – 10 of 10) sorted by relevance

/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DComponents.java42 public final String FINISH_ACTIVITY; field in Components.ForegroundActivityAction
46 FINISH_ACTIVITY = packageName + ".ACTION_FINISH_ACTIVITY"; in ForegroundActivityAction()
53 public final String FINISH_ACTIVITY; field in Components.ForegroundEmbeddedActivityAction
57 FINISH_ACTIVITY = packageName + ".ACTION_FINISH_ACTIVITY"; in ForegroundEmbeddedActivityAction()
DForegroundActivity.java55 if (mA.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY.equals(action)
124 filter.addAction(mA.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY); in onCreate()
DForegroundEmbeddingActivity.java58 } else if (mA.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY.equals(action)) {
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/activities/
DNotTouchableWindowTestActivity.java57 case FINISH_ACTIVITY: in onReceive()
75 public static final String FINISH_ACTIVITY = field in NotTouchableWindowTestActivity
88 filter.addAction(FINISH_ACTIVITY); in onCreate()
/cts/tests/autofillservice/src/android/autofillservice/cts/androidx-tests/
DSaveUiTest.java74 FINISH_ACTIVITY enumConstant
134 case FINISH_ACTIVITY: in testTapLink_changeOrientationThenTapBack()
/cts/tests/autofillservice/src/android/autofillservice/cts/commontests/
DCustomDescriptionWithLinkTestCase.java126 saveUiRestoredAfterTappingLinkTest(PostSaveLinkTappedAction.FINISH_ACTIVITY); in testTapLink_finishActivity()
267 FINISH_ACTIVITY, enumConstant
/cts/tests/autofillservice/src/android/autofillservice/cts/saveui/
DPreSimpleSaveActivityTest.java112 case FINISH_ACTIVITY: in saveUiRestoredAfterTappingLinkTest()
DSimpleSaveActivityTest.java915 case FINISH_ACTIVITY: in saveUiRestoredAfterTappingLinkTest()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java190 mContext.sendBroadcast(new Intent(APP_A_33.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY)); in testBackgroundActivity_withinGracePeriodAndSdk33_isNotBlocked()
202 mContext.sendBroadcast(new Intent(APP_A.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY)); in testBackgroundActivity_withinASMGracePeriod_isBlocked()
216 mContext.sendBroadcast(new Intent(APP_A.FOREGROUND_ACTIVITY_ACTIONS.FINISH_ACTIVITY)); in testBackgroundActivity_withinBalAfterAsmGracePeriod_isBlocked()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityWindowReportingTest.java502 intent.setAction(NotTouchableWindowTestActivity.FINISH_ACTIVITY); in closeNotTouchableWindowTestActivity()