Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/development/qstile/
H A DDevelopmentTiles.java86 final IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in refresh() local
88 if (statusBarService != null) { in refresh()
89 statusBarService.remTile(cn); in refresh()
252 final IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in isSystemUiTracingEnabled() local
254 if (statusBarService != null) { in isSystemUiTracingEnabled()
255 return statusBarService.isTracing(); in isSystemUiTracingEnabled()
311 final IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in setSystemUiTracing() local
313 if (statusBarService != null) { in setSystemUiTracing()
315 statusBarService.startTracing(); in setSystemUiTracing()
317 statusBarService.stopTracing(); in setSystemUiTracing()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputUriController.java43 public RemoteInputUriController(IStatusBarService statusBarService) { in RemoteInputUriController() argument
44 mStatusBarManagerService = statusBarService; in RemoteInputUriController()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DTestableBubbleController.java48 IStatusBarService statusBarService, in TestableBubbleController() argument
61 statusBarService, windowManager, windowManagerShellWrapper, launcherApps, in TestableBubbleController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotifInflaterImpl.java46 IStatusBarService statusBarService, in NotifInflaterImpl() argument
50 mStatusBarService = statusBarService; in NotifInflaterImpl()
H A DNotifCollection.java157 IStatusBarService statusBarService, in NotifCollection() argument
165 mStatusBarService = statusBarService; in NotifCollection()
/aosp12/packages/apps/Traceur/src/com/android/traceur/
H A DReceiver.java177 IStatusBarService statusBarService = IStatusBarService.Stub.asInterface( in updateQuickSettings() local
181 if (statusBarService != null) { in updateQuickSettings()
183 statusBarService.addTile(name); in updateQuickSettings()
185 statusBarService.remTile(name); in updateQuickSettings()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DSmartReplyController.java54 IStatusBarService statusBarService, in SmartReplyController() argument
56 mBarService = statusBarService; in SmartReplyController()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DSystemActionPerformer.java354 StatusBarManagerInternal statusBarService = LocalServices.getService( in openRecents() local
356 if (statusBarService == null) { in openRecents()
359 statusBarService.toggleRecentApps(); in openRecents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
H A DLaunchConversationActivity.java202 void setIsForTesting(boolean isForTesting, IStatusBarService statusBarService) { in setIsForTesting() argument
204 mIStatusBarService = statusBarService; in setIsForTesting()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java133 @Nullable IStatusBarService statusBarService, in create() argument
148 configurationController, statusBarService, notificationManager, in create()
164 @Nullable IStatusBarService statusBarService, in BubblesManager() argument
187 mBarService = statusBarService == null in BubblesManager()
190 : statusBarService; in BubblesManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/dagger/
H A DSystemUIModule.java205 @Nullable IStatusBarService statusBarService, INotificationManager notificationManager, in provideBubblesManager() argument
213 configurationController, statusBarService, notificationManager, in provideBubblesManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/dagger/
H A DStatusBarDependenciesModule.java175 IStatusBarService statusBarService, in provideSmartReplyController() argument
177 return new SmartReplyController(dumpManager, entryManager, statusBarService, clickNotifier); in provideSmartReplyController()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java121 IStatusBarService statusBarService, in provideNotificationEntryManager() argument
131 statusBarService, in provideNotificationEntryManager()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/dagger/
H A DWMShellModule.java101 IStatusBarService statusBarService, in provideBubbleController() argument
113 floatingContentCoordinator, statusBarService, windowManager, in provideBubbleController()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java205 @Nullable IStatusBarService statusBarService, in create() argument
221 statusBarService, windowManager, windowManagerShellWrapper, launcherApps, in create()
235 @Nullable IStatusBarService statusBarService, in BubbleController() argument
249 mBarService = statusBarService == null in BubbleController()
252 : statusBarService; in BubbleController()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DAuthSession.java161 @NonNull IStatusBarService statusBarService, in AuthSession() argument
179 mStatusBarService = statusBarService; in AuthSession()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManager.java157 IStatusBarService statusBarService, in NotificationEntryManager() argument
167 mStatusBarService = statusBarService; in NotificationEntryManager()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
H A DGlobalActionsDialogLite.java340 IStatusBarService statusBarService, in GlobalActionsDialogLite() argument
373 mStatusBarService = statusBarService; in GlobalActionsDialogLite()
2222 SysuiColorExtractor sysuiColorExtractor, IStatusBarService statusBarService,
2238 mStatusBarService = statusBarService;
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java1413 IStatusBarService statusBarService = getStatusBarService(); in toggleNotificationPanel() local
1414 if (statusBarService != null) { in toggleNotificationPanel()
1416 statusBarService.togglePanel(); in toggleNotificationPanel()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodManagerService.java1537 StatusBarManagerService statusBarService = (StatusBarManagerService) ServiceManager in onBootPhase() local
1539 mService.systemRunning(statusBarService); in onBootPhase()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java12657 IStatusBarService statusBarService = IStatusBarService.Stub.asInterface(
12659 if (statusBarService != null) {
12662 statusBarService.disableForUser(flags1, mToken, mContext.getPackageName(), userId);
12663 statusBarService.disable2ForUser(flags2, mToken, mContext.getPackageName(), userId);