Searched refs:getWindowContextToken (Results 1 – 12 of 12) sorted by relevance
90 assertEquals(mWindowContext.getWindowContextToken(), params.mWindowContextToken); in testCreateWindowContextWindowManagerAttachClientToken()103 final IBinder token = mWindowContext.getWindowContextToken(); in testCreateWindowContextNewTokenFromClient()160 final IBinder token = windowContext.getWindowContextToken(); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease()188 final IBinder token = windowContext.getWindowContextToken(); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()
70 IBinder token = getWindowContextToken(); in WindowContext()
116 final IBinder clientToken = context.getWindowContextToken(); in createWindowContextWindowManager()
3757 public final IBinder getWindowContextToken() { in getWindowContextToken() method in WindowManager.LayoutParams
231 mSwitchingDialogToken = mSettingsContext.getWindowContextToken(); in getSettingsContext()
402 wms.attachWindowContextToDisplayArea(mWindowContext.getWindowContextToken(), in getWindowManager()
1171 public @Nullable IBinder getWindowContextToken() { in getWindowContextToken() method in ContextWrapper1172 return mBase != null ? mBase.getWindowContextToken() : null; in getWindowContextToken()
6746 public IBinder getWindowContextToken() { in getWindowContextToken() method in Context6762 : context.getWindowContextToken(); in getToken()
2744 final IBinder token = windowContextBase.getWindowContextToken(); in createWindowContextResources()3211 public IBinder getWindowContextToken() { in getWindowContextToken() method in ContextImpl
2834 method @Nullable public final android.os.IBinder getWindowContextToken();
1502 HSPLandroid/app/ContextImpl;->getWindowContextToken()Landroid/os/IBinder;