Searched refs:attachWindowContextToWindowToken (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowTokenClientControllerTest.java | 162 doReturn(null).when(mWindowManagerService).attachWindowContextToWindowToken( in testAttachToWindowToken() 166 verify(mWindowManagerService).attachWindowContextToWindowToken( in testAttachToWindowToken() 172 .attachWindowContextToWindowToken(any(), any(), any()); in testAttachToWindowToken() 184 doReturn(null).when(mWindowManagerService).attachWindowContextToWindowToken( in testAttachToWindowToken_detachIfNeeded() 191 doReturn(mWindowContextInfo).when(mWindowManagerService).attachWindowContextToWindowToken( in testAttachToWindowToken_detachIfNeeded() 202 .attachWindowContextToWindowToken(any(), any(), any()); in testOnWindowContextInfoChanged() 224 .attachWindowContextToWindowToken(any(), any(), any()); in testOnWindowContextWindowRemoved()
|
/frameworks/base/core/java/android/window/ |
D | WindowTokenClientController.java | 157 info = getWindowManagerService().attachWindowContextToWindowToken( in attachToWindowToken()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowManagerServiceTests.java | 542 mWm.attachWindowContextToWindowToken(mAppThread, new Binder(), new Binder()); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn() 555 mWm.attachWindowContextToWindowToken(mAppThread, new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException() 566 mWm.attachWindowContextToWindowToken(mAppThread, new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException() 579 mWm.attachWindowContextToWindowToken(mAppThread, new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn() 596 mWm.attachWindowContextToWindowToken(mAppThread, clientToken, windowToken.token); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
|
/frameworks/base/core/java/android/view/ |
D | IWindowManager.aidl | 902 @nullable WindowContextInfo attachWindowContextToWindowToken(in IApplicationThread appThread, in attachWindowContextToWindowToken() method
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | WindowManagerService.java | 3011 public WindowContextInfo attachWindowContextToWindowToken(@NonNull IApplicationThread appThread, in attachWindowContextToWindowToken() method in WindowManagerService
|
/frameworks/base/services/ |
D | art-wear-profile | 29509 PLcom/android/server/wm/WindowManagerService;->attachWindowContextToWindowToken(Landroid/app/IAppli…
|