Home
last modified time | relevance | path

Searched defs:notifyAppStopped (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppWindowToken.java458 void notifyAppStopped() { in notifyAppStopped() method in AppWindowToken
DWindowManagerService.java4501 public void notifyAppStopped(IBinder token) { in notifyAppStopped() method
/frameworks/base/tools/layoutlib/bridge/src/android/view/
DIWindowManagerImpl.java360 public void notifyAppStopped(IBinder token) throws RemoteException { in notifyAppStopped() method in IWindowManagerImpl
/frameworks/base/core/java/android/view/
DIWindowManager.aidl177 void notifyAppStopped(IBinder token); in notifyAppStopped() method