Home
last modified time | relevance | path

Searched refs:statusBarService (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DSystemActionPerformer.java353 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/
DRemoteInputUriController.java43 public RemoteInputUriController(IStatusBarService statusBarService) { in RemoteInputUriController() argument
44 mStatusBarManagerService = statusBarService; in RemoteInputUriController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DTestableBubbleController.java64 IStatusBarService statusBarService, in TestableBubbleController() argument
72 dataRepository, sysUiState, notificationManager, statusBarService, in TestableBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/dagger/
DBubbleModule.java75 IStatusBarService statusBarService, in newBubbleController() argument
98 statusBarService, in newBubbleController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java46 IStatusBarService statusBarService, in SmartReplyController() argument
48 mBarService = statusBarService; in SmartReplyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotifInflaterImpl.java53 IStatusBarService statusBarService, in NotifInflaterImpl() argument
57 mStatusBarService = statusBarService; in NotifInflaterImpl()
DNotifCollection.java151 IStatusBarService statusBarService, in NotifCollection() argument
158 mStatusBarService = statusBarService; in NotifCollection()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
DStatusBarDependenciesModule.java134 IStatusBarService statusBarService, in provideSmartReplyController() argument
136 return new SmartReplyController(entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java357 @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/
DGlobalActionsDialog.java308 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/
DInputMethodManagerService.java1611 StatusBarManagerService statusBarService = (StatusBarManagerService) ServiceManager in onBootPhase() local
1613 mService.systemRunning(statusBarService); in onBootPhase()