/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmNotifications.java | 72 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in showLowPriorityNotification() local 73 nm.notify(instance.hashCode(), notification.build()); in showLowPriorityNotification() 106 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in showHighPriorityNotification() local 107 nm.notify(instance.hashCode(), notification.build()); in showHighPriorityNotification() 138 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in showSnoozeNotification() local 139 nm.notify(instance.hashCode(), notification.build()); in showSnoozeNotification() 173 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in showMissedNotification() local 174 nm.notify(hashCode, notification.build()); in showMissedNotification() 236 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in clearNotification() local 237 nm.cancel(instance.hashCode()); in clearNotification()
|
/packages/apps/Calendar/src/com/android/calendar/alerts/ |
D | AlertService.java | 158 public NotificationMgrWrapper(NotificationManager nm) { in NotificationMgrWrapper() argument 159 mNm = nm; in NotificationMgrWrapper() 267 NotificationMgr nm = new NotificationMgrWrapper( in updateAlertNotification() local 283 nm.cancelAll(); in updateAlertNotification() 299 nm.cancelAll(); in updateAlertNotification() 303 return generateAlerts(context, nm, AlertUtils.createAlarmManager(context), prefs, in updateAlertNotification() 307 public static boolean generateAlerts(Context context, NotificationMgr nm, in generateAlerts() argument 323 nm.cancelAll(); in generateAlerts() 344 postNotification(info, summaryText, context, true, notificationPrefs, nm, in generateAlerts() 363 postNotification(info, summaryText, context, false, notificationPrefs, nm, in generateAlerts() [all …]
|
D | SnoozeAlarmsService.java | 65 NotificationManager nm = in onHandleIntent() local 67 nm.cancel(notificationId); in onHandleIntent()
|
D | DismissAlarmsService.java | 101 NotificationManager nm = in onHandleIntent() local 103 nm.cancel(notificationId); in onHandleIntent()
|
D | AlertActivity.java | 282 NotificationManager nm = in onClick() local 284 nm.cancelAll(); in onClick()
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | NotificationUtils.java | 333 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in cancelAllNotifications() local 334 nm.cancelAll(); in cancelAllNotifications() 374 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in resendNotifications() local 375 nm.cancelAll(); in resendNotifications() 454 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in validateAccountNotifications() local 461 nm.cancel(notificationId); in validateAccountNotifications() 466 cancelConversationNotifications(notification, nm); in validateAccountNotifications() 513 NotificationManagerCompat nm = NotificationManagerCompat.from(context); in setNewEmailIndicator() local 514 nm.cancel(notificationId); in setNewEmailIndicator() 515 cancelConversationNotifications(key, nm); in setNewEmailIndicator() [all …]
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
D | BatteryEntry.java | 294 final CharSequence nm = pm.getText(pkgName, in loadNameAndIcon() local 296 if (nm != null) { in loadNameAndIcon() 297 name = nm.toString(); in loadNameAndIcon()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapService.java | 771 NotificationManager nm = (NotificationManager) in createPbapNotification() local 802 nm.notify(NOTIFICATION_ID_AUTH, notification); in createPbapNotification() 807 NotificationManager nm = (NotificationManager) in removePbapNotification() local 809 nm.cancel(id); in removePbapNotification()
|
/packages/services/Telephony/src/com/android/phone/ |
D | FakePhoneActivity.java | 68 NotificationManager nm = in onClick() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppTransfer.java | 264 NotificationManager nm = (NotificationManager)mContext in handleMessage() local 266 nm.cancel(mCurrentShare.mId); in handleMessage()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningState.java | 457 CharSequence nm = pm.getText(name, in ensureLabel() local 459 if (nm != null) { in ensureLabel() 460 mDisplayLabel = nm; in ensureLabel() 461 mLabel = nm.toString(); in ensureLabel()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | lv_wordlist.combined.gz | 1dictionary=main:lv,locale=lv,description=Latviešu,date=1393228136, ... |
D | sl_wordlist.combined.gz | 1dictionary=main:sl,locale=sl,description=Slovenščina,date=1393228152, ... |
D | da_wordlist.combined.gz | 1dictionary=main:da,locale=da,description=Dansk,date=1393228134, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | lt_wordlist.combined.gz |
|