/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | SystemActionPerformer.java | 353 StatusBarManagerInternal statusBarService = LocalServices.getService( in openRecents() local 355 if (statusBarService == null) { in openRecents() 358 statusBarService.toggleRecentApps(); in openRecents() 372 StatusBarManagerInternal statusBarService = LocalServices.getService( in toggleSplitScreen() local 374 if (statusBarService == null) { in toggleSplitScreen() 377 statusBarService.toggleSplitScreen(); in toggleSplitScreen()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | RemoteInputUriController.java | 43 public RemoteInputUriController(IStatusBarService statusBarService) { in RemoteInputUriController() argument 44 mStatusBarManagerService = statusBarService; in RemoteInputUriController()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | TestableBubbleController.java | 64 IStatusBarService statusBarService, in TestableBubbleController() argument 72 dataRepository, sysUiState, notificationManager, statusBarService, in TestableBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/ |
D | BubbleModule.java | 75 IStatusBarService statusBarService, in newBubbleController() argument 98 statusBarService, in newBubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 46 IStatusBarService statusBarService, in SmartReplyController() argument 48 mBarService = statusBarService; in SmartReplyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotifInflaterImpl.java | 53 IStatusBarService statusBarService, in NotifInflaterImpl() argument 57 mStatusBarService = statusBarService; in NotifInflaterImpl()
|
D | NotifCollection.java | 151 IStatusBarService statusBarService, in NotifCollection() argument 158 mStatusBarService = statusBarService; in NotifCollection()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/ |
D | StatusBarDependenciesModule.java | 134 IStatusBarService statusBarService, in provideSmartReplyController() argument 136 return new SmartReplyController(entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleController.java | 357 @Nullable IStatusBarService statusBarService, in BubbleController() argument 441 mBarService = statusBarService == null in BubbleController() 444 : statusBarService; in BubbleController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
D | GlobalActionsDialog.java | 308 IStatusBarService statusBarService, in GlobalActionsDialog() argument 335 mStatusBarService = statusBarService; in GlobalActionsDialog() 2150 SysuiColorExtractor sysuiColorExtractor, IStatusBarService statusBarService, 2162 mStatusBarService = statusBarService;
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1611 StatusBarManagerService statusBarService = (StatusBarManagerService) ServiceManager in onBootPhase() local 1613 mService.systemRunning(statusBarService); in onBootPhase()
|