Searched refs:attachWindowContextToDisplayArea (Results 1 – 6 of 6) sorted by relevance
78 doReturn(null).when(mWindowManagerService).attachWindowContextToDisplayArea( in testAttachToDisplayArea()83 verify(mWindowManagerService).attachWindowContextToDisplayArea( in testAttachToDisplayArea()88 doReturn(mWindowContextInfo).when(mWindowManagerService).attachWindowContextToDisplayArea( in testAttachToDisplayArea()103 doReturn(null).when(mWindowManagerService).attachWindowContextToDisplayArea( in testAttachToDisplayArea_detachIfNeeded()111 doReturn(mWindowContextInfo).when(mWindowManagerService).attachWindowContextToDisplayArea( in testAttachToDisplayArea_detachIfNeeded()
108 info = getWindowManagerService().attachWindowContextToDisplayArea( in attachToDisplayArea()
113 }).when(mIWindowManager).attachWindowContextToDisplayArea(any(), any(), in setUp()
877 @nullable WindowContextInfo attachWindowContextToDisplayArea(in IApplicationThread appThread, in attachWindowContextToDisplayArea() method
2929 public WindowContextInfo attachWindowContextToDisplayArea(@NonNull IApplicationThread appThread, in attachWindowContextToDisplayArea() method in WindowManagerService
29508 HPLcom/android/server/wm/WindowManagerService;->attachWindowContextToDisplayArea(Landroid/app/IAppl…