Home
last modified time | relevance | path

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

12

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DGlobalActionPerformer.java133 android.app.Service.STATUS_BAR_SERVICE); in expandNotifications()
143 android.app.Service.STATUS_BAR_SERVICE); in expandQuickSettings()
DAccessibilityManagerService.java923 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE) in notifyAccessibilityButtonClicked()
926 + android.Manifest.permission.STATUS_BAR_SERVICE); in notifyAccessibilityButtonClicked()
942 if (mContext.checkCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE) in notifyAccessibilityButtonVisibilityChanged()
945 + 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.java53 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/core/java/android/app/
DStatusBarManager.java44 @SystemService(Context.STATUS_BAR_SERVICE)
212 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in getService()
/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.java161 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in StatusBarNotificationPresenter()
/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()
437 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.java785 return mContext.checkPermission(permission.STATUS_BAR_SERVICE, pid, uid) in hasStatusBarServicePermission()
900 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
908 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
931 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
976 android.Manifest.permission.STATUS_BAR_SERVICE, in prepareAddWindowLw()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationLockscreenUserManagerImpl.java181 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NotificationLockscreenUserManagerImpl()
DNotificationRemoteInputManager.java270 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java263 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in BubbleController()
/frameworks/base/services/core/java/com/android/server/
DUiModeManagerService.java792 context.getSystemService(Context.STATUS_BAR_SERVICE); in adjustStatusBarCarModeLocked()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java639 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in BiometricServiceBase()
DBiometricService.java900 ServiceManager.getService(Context.STATUS_BAR_SERVICE)); in onStart()
/frameworks/base/core/java/android/content/
DContext.java3704 public static final String STATUS_BAR_SERVICE = "statusbar"; field in Context
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1024 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE, in enforceStatusBarService()
/frameworks/base/core/java/android/view/
DWindowManager.java1794 @RequiresPermission(permission.STATUS_BAR_SERVICE)
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java1914 mContext.getSystemService(Context.STATUS_BAR_SERVICE); in adjustStatusBarLocked()

12