Searched defs:mBarService (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBar.java52 protected IStatusBarService mBarService; field in class:StatusBar
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/
H A DNavigationBarView.java56 protected IStatusBarService mBarService; field in class:NavigationBarView
119 mBarService = IStatusBarService.Stub.asInterface(
138 mBarService.setSystemUiVisibility(0);

Completed in 41 milliseconds