Searched refs:detachWindowContext (Results 1 – 4 of 4) sorted by relevance
101 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToDisplayArea_detachIfNeeded()109 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToDisplayArea_detachIfNeeded()117 verify(mWindowManagerService).detachWindowContext(mWindowTokenClient); in testAttachToDisplayArea_detachIfNeeded()143 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToDisplayContent_detachIfNeeded()150 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToDisplayContent_detachIfNeeded()157 verify(mWindowManagerService).detachWindowContext(mWindowTokenClient); in testAttachToDisplayContent_detachIfNeeded()182 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToWindowToken_detachIfNeeded()189 verify(mWindowManagerService, never()).detachWindowContext(any()); in testAttachToWindowToken_detachIfNeeded()196 verify(mWindowManagerService).detachWindowContext(mWindowTokenClient); in testAttachToWindowToken_detachIfNeeded()
178 getWindowManagerService().detachWindowContext(client); in detachIfNeeded()
930 void detachWindowContext(IBinder clientToken); in detachWindowContext() method
3061 public void detachWindowContext(@NonNull IBinder clientToken) { in detachWindowContext() method in WindowManagerService