Searched refs:mWms (Results 1 – 4 of 4) sorted by relevance
143 .build(mWms); in testBuilder()273 .build(mWms); in testBuilder_createCustomizedDisplayAreaForFeature()313 builder.build(mWms); in testBuilder_singleRoot_validateSettings()361 builder4.build(mWms); in testBuilder_displayAreaGroup_validateSettings()461 builder2.build(mWms); in testBuilder_featureHasUniqueId()511 .build(mWms); in testBuilder_displayAreaGroup_attachDisplayAreas()547 .build(mWms); in testBuilder_displayAreaGroup_createFeatureOnGroup()573 .build(mWms); in testBuilder_addWindow_selectContainerForWindowFunc_defaultFunc()624 .build(mWms); in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnType()675 .build(mWms); in testBuilder_addWindow_selectContainerForWindowFunc_selectBasedOnOptions()[all …]
90 private final IWindowManager mWms = WindowManagerGlobal.getWindowManagerService(); field in WindowContextTest122 mWms.isWindowToken(token)); in testCreateWindowContextNewTokenFromClient()151 mWms.isWindowToken(token)); in testCreateWindowContextNewTokenFromClient()156 assertFalse("Token must be removed after release.", mWms.isWindowToken(token)); in testCreateWindowContextNewTokenFromClient()188 mWms.isWindowToken(activity.getActivityToken())); in testCreateWindowContext_AttachActivity_TokenNotRemovedAfterRelease()206 mWms.addWindowToken(existingToken, TYPE_INPUT_METHOD, windowContext.getDisplayId(), in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()223 mWms.isWindowToken(existingToken)); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()225 mWms.removeWindowToken(existingToken, DEFAULT_DISPLAY); in testCreateWindowContext_AttachWindowToken_TokenNotRemovedAfterRelease()235 mWms.addWindowToken(existingToken, TYPE_INPUT_METHOD, windowContext.getDisplayId(), in testWindowContextAddViewWithSubWindowType_NotCrash()
73 private IWindowManager mWms; field in WindowTokenClient179 if (mWms == null) { in getWindowManagerService()180 mWms = WindowManagerGlobal.getWindowManagerService(); in getWindowManagerService()182 return mWms; in getWindowManagerService()
197 final WindowManagerService mWms; field in RotationWatcherController.RotationWatcher202 mWms = wms; in RotationWatcher()220 mWms.removeRotationWatcher(mWatcher); in binderDied()