Searched refs:wmInternal (Results 1 – 2 of 2) sorted by relevance
767 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionNull_returnsTrue() local769 boolean result = wmInternal.setContentRecordingSession(/* incomingSession= */ null); in setContentRecordingSession_sessionNull_returnsTrue()776 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentDisplay_returnsTrue() local780 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentDisplay_returnsTrue()787 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentTask_noMatchingTask_returnsFalse() local791 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentTask_noMatchingTask_returnsFalse()798 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentTask_matchingTask_returnsTrue() local803 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentTask_matchingTask_returnsTrue()810 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken() local816 wmInternal.setContentRecordingSession(session); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken()
427 final WindowManagerInternal wmInternal = LocalServices.getService( in testShouldShowImeOnDisplayWithinForceDesktopMode() local433 … assertEquals(DISPLAY_IME_POLICY_LOCAL, wmInternal.getDisplayImePolicy(dc.getDisplayId())); in testShouldShowImeOnDisplayWithinForceDesktopMode()