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

  /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 45 private final INotificationManager mNoMan;
58 mNoMan = INotificationManager.Stub.asInterface(
99 mNoMan.requestZenModeConditions(mListener, relevance);
134 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/power/
PowerNotificationWarnings.java 77 private final NotificationManager mNoMan;
99 mNoMan = (NotificationManager) context.getSystemService(Context.NOTIFICATION_SERVICE);
148 mNoMan.cancelAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, UserHandle.ALL);
169 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
207 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, n, UserHandle.ALL);
224 mNoMan.notifyAsUser(TAG_NOTIFICATION, ID_NOTIFICATION, nb.build(), UserHandle.ALL);
  /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...]
  /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);
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 212 milliseconds