Searched refs:mWindowContextListenerController (Results 1 – 6 of 6) sorted by relevance
428 spyOn(mWm.mWindowContextListenerController); in testAttachWindowContextToWindowToken_InvalidToken_EarlyReturn()437 spyOn(mWm.mWindowContextListenerController); in testAttachWindowContextToWindowToken_InvalidWindowType_ThrowException()448 spyOn(mWm.mWindowContextListenerController); in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException()451 doReturn(TYPE_APPLICATION).when(mWm.mWindowContextListenerController) in testAttachWindowContextToWindowToken_DifferentWindowType_ThrowException()459 spyOn(mWm.mWindowContextListenerController); in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()462 doReturn(TYPE_INPUT_METHOD).when(mWm.mWindowContextListenerController) in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()464 doReturn(false).when(mWm.mWindowContextListenerController) in testAttachWindowContextToWindowToken_CallerNotValid_EarlyReturn()475 spyOn(mWm.mWindowContextListenerController); in testAttachWindowContextToWindowToken_CallerValid_DoRegister()480 doReturn(true).when(mWm.mWindowContextListenerController) in testAttachWindowContextToWindowToken_CallerValid_DoRegister()493 spyOn(mWm.mWindowContextListenerController); in testAddWindowWithSubWindowTypeByWindowContext()[all …]
97 mWm.mWindowContextListenerController.registerWindowContainerListener(clientToken, in setUp()
2825 spyOn(mWm.mWindowContextListenerController); in setUpDefaultTaskDisplayAreaWindowToken()2827 mWm.mWindowContextListenerController).getContainer(any()); in setUpDefaultTaskDisplayAreaWindowToken()
147 return mService.mWindowContextListenerController.getContainer(contextToken); in getAssociatedWindowContainer()
741 final WindowContextListenerController mWindowContextListenerController = field in WindowManagerService1518 } else if (mWindowContextListenerController.hasListener(windowContextToken)) { in addWindow()1521 final Bundle options = mWindowContextListenerController in addWindow()1682 && mWindowContextListenerController.hasListener(windowContextToken)) { in addWindow()1683 final int windowContextType = mWindowContextListenerController in addWindow()1685 final Bundle options = mWindowContextListenerController in addWindow()1698 mWindowContextListenerController.registerWindowContainerListener( in addWindow()2780 final int type = mWindowContextListenerController.getWindowType(clientToken); in attachWindowContextToWindowToken()2790 if (!mWindowContextListenerController.assertCallerCanModifyListener(clientToken, in attachWindowContextToWindowToken()2794 mWindowContextListenerController.registerWindowContainerListener(clientToken, in attachWindowContextToWindowToken()[all …]
5446 mWmService.mWindowContextListenerController.registerWindowContainerListener( in onParentChanged()6079 mWmService.mWindowContextListenerController in onDisplayChanged()