Home
last modified time | relevance | path

Searched refs:mBarService (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarTransitions.java36 private final IStatusBarService mBarService; field in NavigationBarTransitions
45 mBarService = IStatusBarService.Stub.asInterface( in NavigationBarTransitions()
178 mBarService.setSystemUiVisibility(0, View.SYSTEM_UI_FLAG_LOW_PROFILE,
DPhoneStatusBar.java966 mBarService.onClearAllNotifications(mCurrentUserId); in clearAllNotifications()
3366 mBarService.onNotificationVisibilityChanged(newlyVisibleAr, noLongerVisibleAr);
3910 mBarService.clearNotificationEffects();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java149 protected IStatusBarService mBarService; field in BaseStatusBar
345 mBarService.onNotificationActionClick(key, index);
531 mBarService = IStatusBarService.Stub.asInterface( in start()
556 mBarService.registerStatusBar(mCommandQueue, iconList, switches, binders); in start()
741 mBarService.onNotificationClear(_pkg, _tag, _id, _userId); in updateNotificationVetoButton()
1218 mBarService.onNotificationClear(
1592 mBarService.onNotificationClick(mNotificationKey);
1656 mBarService.onPanelRevealed(clearNotificationEffects);
1658 mBarService.onPanelHidden();
1674 mBarService.onNotificationError(n.getPackageName(), n.getTag(), n.getId(), n.getUid(),
[all …]