Searched refs:notifyAppStopped (Results 1 – 5 of 5) sorted by relevance
176 void notifyAppStopped(IBinder token, boolean stopped); in notifyAppStopped() method
353 public void notifyAppStopped(IBinder token, boolean stopped) throws RemoteException { in notifyAppStopped() method in IWindowManagerImpl
384 void notifyAppStopped(boolean stopped) { in notifyAppStopped() method in AppWindowToken
4443 public void notifyAppStopped(IBinder token, boolean stopped) { in notifyAppStopped() method4456 wtoken.notifyAppStopped(stopped); in notifyAppStopped()
1252 mWindowManager.notifyAppStopped(r.appToken, true); in activityStoppedLocked()2482 mWindowManager.notifyAppStopped(next.appToken, false); in resumeTopActivityInnerLocked()