Searched refs:attachToWindowToken (Results 1 – 7 of 7) sorted by relevance
165 assertFalse(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken()174 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken()186 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded()193 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded()210 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testOnWindowContextInfoChanged()232 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testOnWindowContextWindowRemoved()
106 mController.attachToWindowToken(new Binder()); in testAttachToWindowTokenBeforeAttachingToDAThrowException()
140 public void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken() method in WindowContextController145 if (!getWindowTokenClientController().attachToWindowToken(mToken, windowToken)) { in attachToWindowToken()
190 public final void attachToWindowToken(@NonNull IBinder windowToken) { in attachToWindowToken() method in WindowProviderService191 mController.attachToWindowToken(windowToken); in attachToWindowToken()
153 public boolean attachToWindowToken(@NonNull WindowTokenClient client, in attachToWindowToken() method in WindowTokenClientController
808 attachToWindowToken(token); in attachToken()
4413 method public final void attachToWindowToken(@NonNull android.os.IBinder);