Searched refs:notifyLaunched (Results 1 – 6 of 6) sorted by relevance
48 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()
33 Common.notifyLaunched(getIntent(), mReceiver.asBinder(), TAG); in notifyActivityLaunched()
43 public static void notifyLaunched(Intent intent, IBinder binder, String tag) { in notifyLaunched() method in Common
90 Common.notifyLaunched(intent, mReceiver.asBinder(), TAG); in notifyServiceLaunched()
103 void notifyLaunched(@NonNull ActivityRecord activity) { in notifyLaunched() method in UnknownAppVisibilityController
5950 mDisplayContent.mUnknownAppVisibilityController.notifyLaunched(this); in notifyUnknownVisibilityLaunchedForKeyguardTransition()