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

/frameworks/base/services/java/com/android/server/wm/
H A DTask.java41 boolean removeAppToken(AppWindowToken wtoken) { method in class:Task
H A DWindowManagerService.java3471 oldTask.removeAppToken(atoken);
4477 public void removeAppToken(IBinder token) { method in class:WindowManagerService
4479 "removeAppToken()")) {
4513 "removeAppToken make exiting: " + wtoken);
4523 "removeAppToken: " + wtoken);
4525 if (task.removeAppToken(wtoken)) {
9342 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.aidl102 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.java2655 mWindowManager.removeAppToken(r.appToken);

Completed in 43 milliseconds