Home
last modified time | relevance | path

Searched refs:wmInternal (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java767 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionNull_returnsTrue() local
769 boolean result = wmInternal.setContentRecordingSession(/* incomingSession= */ null); in setContentRecordingSession_sessionNull_returnsTrue()
776 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentDisplay_returnsTrue() local
780 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentDisplay_returnsTrue()
787 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentTask_noMatchingTask_returnsFalse() local
791 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentTask_noMatchingTask_returnsFalse()
798 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_sessionContentTask_matchingTask_returnsTrue() local
803 boolean result = wmInternal.setContentRecordingSession(session); in setContentRecordingSession_sessionContentTask_matchingTask_returnsTrue()
810 WindowManagerInternal wmInternal = LocalServices.getService(WindowManagerInternal.class); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken() local
816 wmInternal.setContentRecordingSession(session); in setContentRecordingSession_matchingTask_mutatesSessionWithWindowContainerToken()
H A DDisplayWindowSettingsTests.java427 final WindowManagerInternal wmInternal = LocalServices.getService( in testShouldShowImeOnDisplayWithinForceDesktopMode() local
433 … assertEquals(DISPLAY_IME_POLICY_LOCAL, wmInternal.getDisplayImePolicy(dc.getDisplayId())); in testShouldShowImeOnDisplayWithinForceDesktopMode()