Searched defs:NOTIFICATION_ID (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Settings/src/com/android/settings/sim/
H A DSimSelectNotification.java41 private static final int NOTIFICATION_ID = 1; field in class:SimSelectNotification
133 notificationManager.notify(NOTIFICATION_ID, builder.build());
139 notificationManager.cancel(NOTIFICATION_ID);
/packages/services/Car/service/src/com/android/car/
H A DCanBusErrorNotifier.java35 private static final int NOTIFICATION_ID = 1; field in class:CanBusErrorNotifier
96 mNotificationManager.notify(TAG, NOTIFICATION_ID, notification);
104 mNotificationManager.cancel(TAG, NOTIFICATION_ID);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPairingService.java42 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:BluetoothPairingService
168 startForeground(NOTIFICATION_ID, builder.getNotification());
H A DBluetoothPermissionRequest.java44 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:BluetoothPermissionRequest
189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID,
198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java55 public static final int NOTIFICATION_ID = 31338; field in class:NotificationService
325 noMa.notify(NOTIFICATION_ID + i, mNotifications.get(i));
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DMissedCallNotifier.java65 private static final int NOTIFICATION_ID = R.id.notification_missed_call; field in class:MissedCallNotifier
202 getNotificationMgr().notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification);
215 manager.notify(callTag, NOTIFICATION_ID, getNotificationForCall(call, null));
229 call.callsUri.toString(), NOTIFICATION_ID, getNotificationForCall(call, note));
/packages/apps/Dialer/java/com/android/incallui/spam/
H A DSpamCallListListener.java53 static final int NOTIFICATION_ID = R.id.notification_spam_call; field in class:SpamCallListListener
229 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build());
333 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build());
361 SpamNotificationService.createServiceIntent(context, call, action, NOTIFICATION_ID);
369 SpamNotificationActivity.createActivityIntent(context, call, action, NOTIFICATION_ID);
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
H A DEncryptionController.java55 public static final int NOTIFICATION_ID = 1; field in class:EncryptionController
223 notificationManager.notify(NOTIFICATION_ID, notify.build());
/packages/services/Car/tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
H A DWritingService.java71 private static final int NOTIFICATION_ID = 100; field in class:WritingService
123 startForeground(NOTIFICATION_ID, notification);
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
H A DWifiWakeupHelper.java54 private static final int NOTIFICATION_ID = R.string.wifi_wakeup_enabled_notification_title; field in class:WifiWakeupHelper
195 mNotificationManager.notify(TAG, NOTIFICATION_ID, notificationBuilder.build());
228 mNotificationManager.cancel(TAG, NOTIFICATION_ID);
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
H A DCellBroadcastAlertService.java71 static final int NOTIFICATION_ID = 1; field in class:CellBroadcastAlertService
559 pi = PendingIntent.getActivity(context, NOTIFICATION_ID, intent,
593 notificationManager.notify(NOTIFICATION_ID, builder.build());
/packages/apps/Contacts/src/com/android/contacts/
H A DSimImportService.java91 private static final int NOTIFICATION_ID = 100; field in class:SimImportService
281 startForeground(NOTIFICATION_ID, getImportingNotification());
341 mNotificationManager.notify(NOTIFICATION_ID, notification);
/packages/apps/Dialer/java/com/android/incallui/
H A DExternalCallNotifier.java62 private static final int NOTIFICATION_ID = R.id.notification_external_call; field in class:ExternalCallNotifier
192 String.valueOf(mNotifications.get(call).getNotificationId()), NOTIFICATION_ID);
199 notificationManager.cancel(NOTIFICATION_GROUP, NOTIFICATION_ID);
302 String.valueOf(info.getNotificationId()), NOTIFICATION_ID, notification);
318 notificationManager.notify(NOTIFICATION_GROUP, NOTIFICATION_ID, summary.build());
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java94 private static final int NOTIFICATION_ID = 0; field in class:NotificationController
170 noThanksIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
178 activateIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
185 dismissIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
191 contentIntent.putExtra(INTENT_EXTRA_ID, NOTIFICATION_ID);
225 manager.notify(NOTIFICATION_ID, builder.build());
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
H A DSapServer.java87 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in class:SapServer
290 notificationManager.notify(NOTIFICATION_ID, notification);
296 notificationManager.cancel(SapServer.NOTIFICATION_ID);
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
H A DPlayer.java58 private static final int NOTIFICATION_ID = 42; field in class:Player
359 mNotificationManager.notify(NOTIFICATION_ID, notification);
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
H A DWifiNotificationController.java57 private static final int NOTIFICATION_ID = R.string.wifi_available_title; field in class:WifiNotificationController
526 mNotificationManager.notify(NOTIFICATION_TAG, NOTIFICATION_ID, notification);
544 mNotificationManager.cancel(NOTIFICATION_TAG, NOTIFICATION_ID);

Completed in 460 milliseconds