Searched refs:nm (Results 1 - 12 of 12) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmNotifications.java38 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
71 nm.cancel(instance.hashCode());
72 nm.notify(instance.hashCode(), notification.build());
77 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
105 nm.cancel(instance.hashCode());
106 nm.notify(instance.hashCode(), notification.build());
111 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
137 nm.cancel(instance.hashCode());
138 nm.notify(instance.hashCode(), notification.build());
143 NotificationManagerCompat nm
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DSnoozeAlarmsService.java65 NotificationManager nm =
67 nm.cancel(notificationId);
H A DAlertService.java158 public NotificationMgrWrapper(NotificationManager nm) { argument
159 mNm = nm;
267 NotificationMgr nm = new NotificationMgrWrapper(
283 nm.cancelAll();
299 nm.cancelAll();
303 return generateAlerts(context, nm, AlertUtils.createAlarmManager(context), prefs,
307 public static boolean generateAlerts(Context context, NotificationMgr nm, argument
323 nm.cancelAll();
344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
[all...]
H A DDismissAlarmsService.java101 NotificationManager nm =
103 nm.cancel(notificationId);
H A DAlertActivity.java282 NotificationManager nm =
284 nm.cancelAll();
/packages/services/Telephony/src/com/android/phone/
H A DFakePhoneActivity.java68 NotificationManager nm =
/packages/apps/Exchange/src/com/android/exchange/service/
H A DAbstractSyncAdapterService.java134 final NotificationManager nm = (NotificationManager)
136 nm.notify("AuthError", 0, notification);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryEntry.java294 final CharSequence nm = pm.getText(pkgName,
296 if (nm != null) {
297 name = nm.toString();
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java333 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
334 nm.cancelAll();
374 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
375 nm.cancelAll();
454 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
461 nm.cancel(notificationId);
466 cancelConversationNotifications(notification, nm);
513 NotificationManagerCompat nm = NotificationManagerCompat.from(context);
514 nm.cancel(notificationId);
515 cancelConversationNotifications(key, nm);
1669 cancelConversationNotifications(NotificationKey key, NotificationManagerCompat nm) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java771 NotificationManager nm = (NotificationManager)
802 nm.notify(NOTIFICATION_ID_AUTH, notification);
807 NotificationManager nm = (NotificationManager)
809 nm.cancel(id);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java264 NotificationManager nm = (NotificationManager)mContext
266 nm.cancel(mCurrentShare.mId);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java457 CharSequence nm = pm.getText(name,
459 if (nm != null) {
460 mDisplayLabel = nm;
461 mLabel = nm.toString();

Completed in 766 milliseconds