Home
last modified time | relevance | path

Searched refs:notifyLaunched (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DUnknownAppVisibilityControllerTest.java48 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity); in testFlow()
61 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity); in testSkipResume()
73 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity1); in testMultiple()
75 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity2); in testMultiple()
88 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity); in testClear()
96 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity); in testRemoveFinishingInvisibleActivityFromUnknown()
106 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(activity); in testAppRemoved()
/aosp14/frameworks/base/core/tests/coretests/BstatsTestApp/src/com/android/coretests/apps/bstatstestapp/
H A DTestActivity.java33 Common.notifyLaunched(getIntent(), mReceiver.asBinder(), TAG); in notifyActivityLaunched()
H A DCommon.java43 public static void notifyLaunched(Intent intent, IBinder binder, String tag) { in notifyLaunched() method in Common
H A DTestService.java90 Common.notifyLaunched(intent, mReceiver.asBinder(), TAG); in notifyServiceLaunched()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DUnknownAppVisibilityController.java103 void notifyLaunched(@NonNull ActivityRecord activity) { in notifyLaunched() method in UnknownAppVisibilityController
H A DActivityRecord.java5950 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(this); in notifyUnknownVisibilityLaunchedForKeyguardTransition()