Home
last modified time | relevance | path

Searched refs:getController (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DInsetsStateControllerTest.java65 getController().getSourceProvider(TYPE_TOP_BAR).setWindow(topBar, null); in testStripForDispatch_notOwn()
66 topBar.setInsetProvider(getController().getSourceProvider(TYPE_TOP_BAR)); in testStripForDispatch_notOwn()
67 assertNotNull(getController().getInsetsForDispatch(app).getSource(TYPE_TOP_BAR)); in testStripForDispatch_notOwn()
76 topBar.setInsetProvider(getController().getSourceProvider(TYPE_TOP_BAR)); in testStripForDispatch_own()
77 assertEquals(new InsetsState(), getController().getInsetsForDispatch(topBar)); in testStripForDispatch_own()
86 getController().getSourceProvider(TYPE_TOP_BAR).setWindow(topBar, null); in testStripForDispatch_navBar()
87 getController().getSourceProvider(TYPE_NAVIGATION_BAR).setWindow(navBar, null); in testStripForDispatch_navBar()
88 getController().getSourceProvider(TYPE_IME).setWindow(ime, null); in testStripForDispatch_navBar()
89 assertEquals(new InsetsState(), getController().getInsetsForDispatch(navBar)); in testStripForDispatch_navBar()
98 getController().getSourceProvider(TYPE_TOP_BAR).setWindow(topBar, null); in testBarControllingWinChanged()
[all …]
DWindowContainerControllerTests.java49 assertEquals(controller, container.getController()); in testCreation()
DWindowContainerTests.java222 assertEquals(controller, container.getController()); in testRemoveImmediately_WithController()
226 assertNull(container.getController()); in testRemoveImmediately_WithController()
236 assertEquals(controller, container.getController()); in testSetController()
250 assertNull(container.getController()); in testSetController()
DTaskStackTests.java152 assertNull(task.getController()); in testRemoveContainer_deferRemoval()
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/
DAccessibilityShortcutControllerTest.java204 assertFalse(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledButNoServiceWhenCreated_shouldReturnFalse()
211 assertTrue(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledWithValidServiceWhenCreated_shouldReturnTrue()
218 assertFalse(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_disabledWithValidServiceWhenCreated_shouldReturnFalse()
225 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenButDisabledThere_shouldReturnFalse()
232 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndEnabledThere_shouldReturnTrue()
244 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
246 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset()
253 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNull_shouldReturnFalse()
263 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNonNull_shouldReturnTrue()
273 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenShortcutBecomesDisabled_shouldReturnFalse()
[all …]
/frameworks/native/libs/vibrator/include/vibrator/
DExternalVibration.h46 sp<IExternalVibrationController> getController() { return mController; } in getController() function
/frameworks/base/media/java/android/media/session/
DISession.aidl34 ISessionController getController(); in getController() method
DMediaSession.java195 mSessionToken = new Token(mBinder.getController()); in MediaSession()
424 public @NonNull MediaController getController() { in getController() method in MediaSession
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
DPhotoViewActivity.java49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
DPhotoViewActivity.java49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java164 mRemoteInputManager.getController().isSpinning(key) in stopAlerting()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DAutoHideController.java200 shouldAutoHide &= !mRemoteInputManager.getController().isRemoteInputActive(); in checkUserAutoHide()
DStatusBarNotificationActivityStarter.java178 RemoteInputController controller = mRemoteInputManager.getController(); in onNotificationClicked()
DStatusBarNotificationPresenter.java181 remoteInputManager.getController().addCallback( in StatusBarNotificationPresenter()
DStatusBar.java1069 mRemoteInputManager.getController().addCallback(mStatusBarWindowController); in setUpPresenter()
1300 mRemoteInputManager.getController().addCallback(mStatusBarKeyguardViewManager); in startKeyguard()
2648 if (mRemoteInputManager.getController() != null) {
2649 mRemoteInputManager.getController().closeRemoteInputs();
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DNotificationHelper.java49 mController = session.getController(); in NotificationHelper()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarterTest.java136 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
DStatusBarTest.java258 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setup()
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
DPhotoViewFragment.java178 return ((ActivityInterface) getActivity()).getController(); in getCallbacks()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutTest.java151 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java471 public RemoteInputController getController() { in getController() method in NotificationRemoteInputManager
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java232 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowContainer.java988 WindowContainerController getController() { in getController() method in WindowContainer
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java89 public PhotoViewController getController(); in getController() method
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionRecord.java822 public ISessionController getController() throws RemoteException { in getController() method in MediaSessionRecord.SessionStub

12