Searched refs:notifyLaunched (Results 1 – 6 of 6) sorted by relevance
48 sWm.mUnknownAppVisibilityController.notifyLaunched(token); in testFlow()61 sWm.mUnknownAppVisibilityController.notifyLaunched(token1); in testMultiple()63 sWm.mUnknownAppVisibilityController.notifyLaunched(token2); in testMultiple()76 sWm.mUnknownAppVisibilityController.notifyLaunched(token); in testClear()84 sWm.mUnknownAppVisibilityController.notifyLaunched(token); 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
79 Common.notifyLaunched(intent, mReceiver.asBinder(), TAG); in notifyServiceLaunched()
98 void notifyLaunched(@NonNull AppWindowToken appWindow) { in notifyLaunched() method in UnknownAppVisibilityController
438 mService.mUnknownAppVisibilityController.notifyLaunched(mContainer); in notifyUnknownVisibilityLaunched()