Home
last modified time | relevance | path

Searched refs:attachWindowContextToWindowToken (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/window/
DWindowTokenClientControllerTest.java162 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/
DWindowTokenClientController.java157 info = getWindowManagerService().attachWindowContextToWindowToken( in attachToWindowToken()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowManagerServiceTests.java542 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/
DIWindowManager.aidl902 @nullable WindowContextInfo attachWindowContextToWindowToken(in IApplicationThread appThread, in attachWindowContextToWindowToken() method
/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java3011 public WindowContextInfo attachWindowContextToWindowToken(@NonNull IApplicationThread appThread, in attachWindowContextToWindowToken() method in WindowManagerService
/frameworks/base/services/
Dart-wear-profile29509 PLcom/android/server/wm/WindowManagerService;->attachWindowContextToWindowToken(Landroid/app/IAppli…