Searched refs:STATUS_BAR_SERVICE (Results 1 - 18 of 18) 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.java204 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/core/java/android/app/
H A DStatusBarManager.java77 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
79 Slog.w("StatusBarManager", "warning: no STATUS_BAR_SERVICE");
H A DContextImpl.java457 registerService(STATUS_BAR_SERVICE, new ServiceFetcher() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DSettingsView.java108 return (StatusBarManager)getContext().getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DStatusBarTest.java54 mStatusBarManager = (StatusBarManager)getSystemService(STATUS_BAR_SERVICE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java140 mService = (StatusBarManager)context.getSystemService(Context.STATUS_BAR_SERVICE);
H A DNavigationBarView.java164 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.java1654 android.Manifest.permission.STATUS_BAR_SERVICE,
1665 android.Manifest.permission.STATUS_BAR_SERVICE,
1677 android.Manifest.permission.STATUS_BAR_SERVICE,
1682 android.Manifest.permission.STATUS_BAR_SERVICE,
1687 android.Manifest.permission.STATUS_BAR_SERVICE,
2696 // the status bar. They are protected by the STATUS_BAR_SERVICE
2854 // the status bar. They are protected by the STATUS_BAR_SERVICE
/frameworks/base/core/java/android/content/
H A DContext.java1982 public static final String STATUS_BAR_SERVICE = "statusbar"; field in class:Context
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java331 ServiceManager.getService(Context.STATUS_BAR_SERVICE));
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java413 mContext.enforceCallingOrSelfPermission(android.Manifest.permission.STATUS_BAR_SERVICE,
H A DUiModeManagerService.java523 mContext.getSystemService(Context.STATUS_BAR_SERVICE);
H A DSystemServer.java430 ServiceManager.addService(Context.STATUS_BAR_SERVICE, statusBar);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardViewMediator.java1278 mContext.getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardViewMediator.java1178 mContext.getSystemService(Context.STATUS_BAR_SERVICE);
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java2064 android.app.Service.STATUS_BAR_SERVICE);
2074 android.app.Service.STATUS_BAR_SERVICE);

Completed in 297 milliseconds