Searched refs:attachWindowContextToWindowToken (Results 1 – 4 of 4) sorted by relevance
189 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()
156 getWindowManagerService().attachWindowContextToWindowToken(this, windowToken); in attachToWindowToken()
854 void attachWindowContextToWindowToken(IBinder clientToken, IBinder token); in attachWindowContextToWindowToken() method
2770 public void attachWindowContextToWindowToken(IBinder clientToken, IBinder token) { in attachWindowContextToWindowToken() method in WindowManagerService