HomeSort by relevance Sort by last modified time
    Searched refs:mBarService (Results 1 - 4 of 4) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBar.java 52 protected IStatusBarService mBarService;
71 mBarService = IStatusBarService.Stub.asInterface(
76 mBarService.registerStatusBar(mCommandQueue, iconList, notificationKeys, notifications,
164 mBarService.onNotificationClear(_pkg, _tag, _id);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarView.java 56 protected IStatusBarService mBarService;
119 mBarService = IStatusBarService.Stub.asInterface(
138 mBarService.setSystemUiVisibility(0);
PhoneStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 552 mBarService.setSystemUiVisibility(View.STATUS_BAR_VISIBLE);
    [all...]

Completed in 808 milliseconds