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

  /frameworks/base/core/java/android/service/notification/
ConditionProviderService.java 56 private INotificationManager mNoMan;
71 if (mNoMan == null) {
72 mNoMan = INotificationManager.Stub.asInterface(
75 return mNoMan;
NotificationListenerService.java 116 private INotificationManager mNoMan;
243 if (mNoMan == null) {
244 mNoMan = INotificationManager.Stub.asInterface(
247 return mNoMan;
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
ZenModeAutomaticConditionSelection.java 41 private final INotificationManager mNoMan;
53 mNoMan = INotificationManager.Stub.asInterface(
60 final Condition[] automatic = mNoMan.getAutomaticZenModeConditions();
98 mNoMan.setAutomaticZenModeConditions(automatic);
119 mNoMan.requestZenModeConditions(mListener, relevance);
ZenModeConditionSelection.java 43 private final INotificationManager mNoMan;
56 mNoMan = INotificationManager.Stub.asInterface(
96 mNoMan.requestZenModeConditions(mListener, relevance);
131 mNoMan.setZenModeCondition(mCondition);
NotificationStation.java 75 private INotificationManager mNoMan;
119 mNoMan = INotificationManager.Stub.asInterface(
177 StatusBarNotification[] active = mNoMan.getActiveNotifications(
179 StatusBarNotification[] dismissed = mNoMan.getHistoricalNotifications(
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
ZenModeControllerImpl.java 56 private final INotificationManager mNoMan;
81 mNoMan = INotificationManager.Stub.asInterface(
117 mNoMan.requestZenModeConditions(mListener, request ? Condition.FLAG_RELEVANT_NOW : 0);
129 mNoMan.setZenModeCondition(exitCondition);
138 final ZenModeConfig config = mNoMan.getZenModeConfig();
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
NotificationHelper.java 144 NotificationManager mNoMan = null;
147 if (mNoMan == null) {
148 mNoMan = (NotificationManager) mService.getSystemService(Context.NOTIFICATION_SERVICE);
151 mNoMan.cancel(NOTIFICATION_ID);
155 mNoMan.cancel(NOTIFICATION_ID);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/power/
PowerNotificationWarnings.java 75 private final NotificationManager mNoMan;
97 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
146 mNoMan.cancel(TAG_NOTIFICATION, ID_NOTIFICATION);
168 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.CURRENT);
205 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.CURRENT);
223 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, nb.build(), UserHandle.CURRENT);

Completed in 73 milliseconds