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

  /frameworks/base/core/java/com/android/internal/statusbar/
IStatusBarService.aidl 43 void onPanelRevealed(boolean clearNotificationEffects);
46 void clearNotificationEffects();
  /frameworks/base/services/core/java/com/android/server/statusbar/
StatusBarManagerService.java 497 * @param clearNotificationEffects whether to consider notifications as "shown" and stop
501 public void onPanelRevealed(boolean clearNotificationEffects) {
505 mNotificationDelegate.onPanelRevealed(clearNotificationEffects);
512 public void clearNotificationEffects() throws RemoteException {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
BaseStatusBar.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java     [all...]

Completed in 653 milliseconds