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