Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java189 mWm.attachWindowContextToWindowToken(new Binder(), new Binder()); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn()
202 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException()
213 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException()
226 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
243 mWm.attachWindowContextToWindowToken(clientToken, windowToken.token); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
/aosp12/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java156 getWindowManagerService().attachWindowContextToWindowToken(this, windowToken); in attachToWindowToken()
/aosp12/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl854 void attachWindowContextToWindowToken(IBinder clientToken, IBinder token); in attachWindowContextToWindowToken() method
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2770 public void attachWindowContextToWindowToken(IBinder clientToken, IBinder token) { in attachWindowContextToWindowToken() method in WindowManagerService