Searched refs:removeAppToken (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DTask.java44 boolean removeAppToken(AppWindowToken wtoken) { method in class:Task
48 "removeAppToken: last token");
H A DWindowManagerService.java3478 oldTask.removeAppToken(atoken);
4480 public void removeAppToken(IBinder token) { method in class:WindowManagerService
4482 "removeAppToken()")) {
4516 "removeAppToken make exiting: " + wtoken);
4526 "removeAppToken: " + wtoken);
4528 if (task.removeAppToken(wtoken)) {
9364 if (task != null && task.removeAppToken(token)) {
/frameworks/base/tests/permission/src/com/android/framework/permission/tests/
H A DWindowManagerPermissionTests.java217 mWm.removeAppToken(null);
218 fail("IWindowManager.removeAppToken did not throw SecurityException as"
/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl103 void removeAppToken(IBinder token);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DIWindowManagerImpl.java251 public void removeAppToken(IBinder arg0) throws RemoteException { method in class:IWindowManagerImpl
/frameworks/base/services/java/com/android/server/am/
H A DActivityStack.java2702 mWindowManager.removeAppToken(r.appToken);

Completed in 254 milliseconds