Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java430 mWm.attachWindowContextToWindowToken(new Binder(), new Binder()); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn()
443 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException()
454 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException()
467 mWm.attachWindowContextToWindowToken(new Binder(), windowToken.token); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()
484 mWm.attachWindowContextToWindowToken(clientToken, windowToken.token); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()
/aosp14/frameworks/base/core/java/android/window/
H A DWindowTokenClient.java159 getWindowManagerService().attachWindowContextToWindowToken(this, windowToken); in attachToWindowToken()
/aosp14/frameworks/base/core/java/android/view/
H A DIWindowManager.aidl867 void attachWindowContextToWindowToken(IBinder clientToken, IBinder token); in attachWindowContextToWindowToken() method
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java2767 public void attachWindowContextToWindowToken(IBinder clientToken, IBinder token) { in attachWindowContextToWindowToken() method in WindowManagerService