Searched refs:STATUS_BAR_SERVICE (Results 1 - 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DDoNotDisturb.java37 mStatusBar = (StatusBarManager)context.getSystemService(Context.STATUS_BAR_SERVICE);
H A DBaseStatusBar.java200 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java75 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
77 Slog.w("StatusBarManager", "warning: no STATUS_BAR_SERVICE");
H A DContextImpl.java420 registerService(STATUS_BAR_SERVICE, new ServiceFetcher() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java106 return (StatusBarManager)getContext().getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java68 mStatusBarManager = (StatusBarManager)getSystemService(STATUS_BAR_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java1709 public static final String STATUS_BAR_SERVICE = "statusbar"; field in class:Context
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java139 mService = (StatusBarManager)context.getSystemService(Context.STATUS_BAR_SERVICE);
H A DNavigationBarView.java155 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DRecentApplicationsDialog.java92 sStatusBar = (StatusBarManager)context.getSystemService(Context.STATUS_BAR_SERVICE);
H A DPhoneWindowManager.java1597 android.Manifest.permission.STATUS_BAR_SERVICE,
1608 android.Manifest.permission.STATUS_BAR_SERVICE,
1620 android.Manifest.permission.STATUS_BAR_SERVICE,
1625 android.Manifest.permission.STATUS_BAR_SERVICE,
1630 android.Manifest.permission.STATUS_BAR_SERVICE,
2622 // the status bar. They are protected by the STATUS_BAR_SERVICE
2775 // the status bar. They are protected by the STATUS_BAR_SERVICE
H A DKeyguardViewMediator.java1208 mContext.getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java285 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java384 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE,
H A DSystemServer.java359 ServiceManager.addService(Context.STATUS_BAR_SERVICE, statusBar);
H A DUiModeManagerService.java614 mStatusBarManager = (StatusBarManager) mContext.getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java1779 android.app.Service.STATUS_BAR_SERVICE);

Completed in 369 milliseconds