HomeSort by relevance Sort by last modified time
    Searched refs:removeAppToken (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tests/permission/src/com/android/framework/permission/tests/
WindowManagerPermissionTests.java 207 mWm.removeAppToken(null);
208 fail("IWindowManager.removeAppToken did not throw SecurityException as"
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 179 void removeAppToken(IBinder token);
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 278 public void removeAppToken(IBinder arg0) throws RemoteException {
  /frameworks/base/services/core/java/com/android/server/wm/
Task.java 188 boolean removeAppToken(AppWindowToken wtoken) {
191 EventLog.writeEvent(EventLogTags.WM_TASK_REMOVED, mTaskId, "removeAppToken: last token");
AppWindowToken.java 328 // Use local variable because removeAppToken will null out mTask.
331 if (!task.removeAppToken(this)) {
    [all...]
WindowManagerService.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityStack.java     [all...]

Completed in 112 milliseconds