Home
last modified time | relevance | path

Searched refs:STATUS_BAR_SERVICE (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DGlobalActionPerformer.java130 android.app.Service.STATUS_BAR_SERVICE); in expandNotifications()
140 android.app.Service.STATUS_BAR_SERVICE); in expandQuickSettings()
DAccessibilityManagerService.java924 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE) in notifyAccessibilityButtonClicked()
927 + android.Manifest.permission.STATUS_BAR_SERVICE); in notifyAccessibilityButtonClicked()
943 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE) in notifyAccessibilityButtonVisibilityChanged()
946 + android.Manifest.permission.STATUS_BAR_SERVICE); in notifyAccessibilityButtonVisibilityChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/
DTvStatusBar.java42 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in start()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DGlobalActionPerformerTest.java55 when(mMockContext.getSystemService(android.app.Service.STATUS_BAR_SERVICE)) in setup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsComponent.java41 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DManagedProfileControllerImpl.java75 .getSystemService(android.app.Service.STATUS_BAR_SERVICE); in setWorkModeEnabled()
DNavigationBarTransitions.java83 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NavigationBarTransitions()
DStatusBarNotificationPresenter.java160 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in StatusBarNotificationPresenter()
/frameworks/base/core/java/android/app/
DStatusBarManager.java44 @SystemService(Context.STATUS_BAR_SERVICE)
217 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in getService()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DLocationControllerImpl.java80 = (StatusBarManager) context.getSystemService(Context.STATUS_BAR_SERVICE); in LocationControllerImpl()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java205 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NotificationLogger()
442 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in ExpansionStateLogger()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependencyProvider.java133 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in provideIStatusBarService()
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
DStatusBarTest.java54 mStatusBarManager = (StatusBarManager)getSystemService(STATUS_BAR_SERVICE); in tests()
/frameworks/base/services/core/java/com/android/server/wm/
DLockTaskController.java24 import static android.content.Context.STATUS_BAR_SERVICE;
862 ServiceManager.checkService(STATUS_BAR_SERVICE)); in getStatusBarService()
DDisplayPolicy.java793 return mContext.checkPermission(permission.STATUS_BAR_SERVICE, pid, uid) in hasStatusBarServicePermission()
908 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
916 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
939 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
984 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java186 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NotificationLockscreenUserManagerImpl()
DNotificationRemoteInputManager.java273 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java298 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in BubbleController()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java646 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in BiometricServiceBase()
DBiometricService.java926 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in onStart()
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1024 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE, in enforceStatusBarService()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java1120 context.getSystemService(Context.STATUS_BAR_SERVICE); in adjustStatusBarCarModeLocked()
/frameworks/base/core/java/android/content/
DContext.java3838 public static final String STATUS_BAR_SERVICE = "statusbar"; field in Context
/frameworks/base/core/java/android/view/
DWindowManager.java1815 @RequiresPermission(permission.STATUS_BAR_SERVICE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1928 mContext.getSystemService(Context.STATUS_BAR_SERVICE); in adjustStatusBarLocked()

12