/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | InsetsStateControllerTest.java | 76 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_notOwn() 77 statusBar.setControllableInsetProvider(getController().getSourceProvider(ITYPE_STATUS_BAR)); in testStripForDispatch_notOwn() 78 assertNotNull(getController().getInsetsForDispatch(app).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_notOwn() 86 statusBar.setControllableInsetProvider(getController().getSourceProvider(ITYPE_STATUS_BAR)); in testStripForDispatch_own() 87 final InsetsState state = getController().getInsetsForDispatch(statusBar); in testStripForDispatch_own() 100 getController().getSourceProvider(ITYPE_STATUS_BAR).setWindow(statusBar, null, null); in testStripForDispatch_navBar() 101 getController().getSourceProvider(ITYPE_NAVIGATION_BAR).setWindow(navBar, null, null); in testStripForDispatch_navBar() 102 getController().getSourceProvider(ITYPE_IME).setWindow(ime, null, null); in testStripForDispatch_navBar() 103 assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_IME)); in testStripForDispatch_navBar() 104 assertNull(getController().getInsetsForDispatch(navBar).peekSource(ITYPE_STATUS_BAR)); in testStripForDispatch_navBar() [all …]
|
/frameworks/base/core/java/android/window/ |
D | TaskOrganizer.java | 46 getController().registerTaskOrganizer(mInterface, windowingMode); in registerOrganizer() 56 getController().unregisterTaskOrganizer(mInterface); in unregisterOrganizer() 85 return getController().createRootTask(displayId, windowingMode); in createRootTask() 95 return getController().deleteRootTask(task); in deleteRootTask() 107 return getController().getChildTasks(parent, activityTypes); in getChildTasks() 119 return getController().getRootTasks(displayId, activityTypes); in getRootTasks() 130 return getController().getImeTarget(display); in getImeTarget() 143 getController().setLaunchRoot(displayId, root); in setLaunchRoot() 156 getController().setInterceptBackPressedOnTaskRoot(mInterface, interceptBackPressed); in setInterceptBackPressedOnTaskRoot() 185 private static ITaskOrganizerController getController() { in getController() method in TaskOrganizer
|
/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
D | AccessibilityShortcutControllerTest.java | 216 assertFalse(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledButNoServiceWhenCreated_shouldReturnFalse() 224 assertTrue(getController().isAccessibilityShortcutAvailable(false)); in testShortcutAvailable_enabledWithValidServiceWhenCreated_shouldReturnTrue() 232 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenButDisabledThere_shouldReturnFalse() 240 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndEnabledThere_shouldReturnTrue() 252 assertFalse(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset() 254 assertTrue(getController().isAccessibilityShortcutAvailable(true)); in testShortcutAvailable_onLockScreenAndLockScreenPreferenceUnset() 262 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNull_shouldReturnFalse() 273 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenServiceIdBecomesNonNull_shouldReturnTrue() 283 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenShortcutBecomesEnabled_shouldReturnTrue() 294 AccessibilityShortcutController accessibilityShortcutController = getController(); in testShortcutAvailable_whenLockscreenBecomesDisabled_shouldReturnFalse() [all …]
|
/frameworks/native/libs/vibrator/include/vibrator/ |
D | ExternalVibration.h | 46 sp<IExternalVibrationController> getController() { return mController; } in getController() function
|
/frameworks/base/media/java/android/media/session/ |
D | ISession.aidl | 34 ISessionController getController(); in getController() method
|
D | MediaSession.java | 199 mSessionToken = new Token(Process.myUid(), mBinder.getController()); in MediaSession() 432 public @NonNull MediaController getController() { in getController() method in MediaSession
|
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
|
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/ |
D | PhotoViewActivity.java | 49 public PhotoViewController getController() { in getController() method in PhotoViewActivity
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
D | MediaControlPanel.java | 329 final MediaController controller = getController(); in bind() 369 public MediaController getController() { in getController() method in MediaControlPanel
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/ |
D | HeadsUpController.java | 155 mRemoteInputManager.getController().isSpinning(key) in stopAlerting()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinator.java | 148 mRemoteInputManager.getController().isSpinning(entryKey)
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | HeadsUpCoordinatorTest.java | 82 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenterTest.java | 91 when(notificationRemoteInputManager.getController()) in setup()
|
D | StatusBarNotificationActivityStarterTest.java | 149 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
|
D | StatusBarTest.java | 304 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setup()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | NotificationHelper.java | 49 mController = session.getController(); in NotificationHelper()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/ |
D | PhotoViewFragment.java | 178 return ((ActivityInterface) getActivity()).getController(); in getCallbacks()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | StatusBarNotificationPresenter.java | 190 remoteInputManager.getController().addCallback( in StatusBarNotificationPresenter()
|
D | StatusBar.java | 1128 return !mRemoteInputManager.getController().isRemoteInputActive(); in makeStatusBarView() 1299 mRemoteInputManager.getController().addCallback(mNotificationShadeWindowController); in setUpPresenter() 1455 mRemoteInputManager.getController().addCallback(mStatusBarKeyguardViewManager); in startKeyguard() 2746 if (mRemoteInputManager.getController() != null) { 2747 mRemoteInputManager.getController().closeRemoteInputs();
|
D | StatusBarNotificationActivityStarter.java | 234 RemoteInputController controller = mRemoteInputManager.getController(); in onNotificationClicked()
|
D | NavigationBarFragment.java | 263 return !mNotificationRemoteInputManager.getController().isRemoteInputActive();
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayoutTest.java | 171 when(mRemoteInputManager.getController()).thenReturn(mRemoteInputController); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationRemoteInputManager.java | 508 public RemoteInputController getController() { in getController() method in NotificationRemoteInputManager
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewController.java | 89 public PhotoViewController getController(); in getController() method
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionRecord.java | 802 public ISessionController getController() throws RemoteException { in getController() method in MediaSessionRecord.SessionStub
|