Home
last modified time | relevance | path

Searched defs:NOTIFICATION_ID (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothPermissionRequest.java44 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPermissionRequest
189 notificationManager.notify(getNotificationTag(mRequestType), NOTIFICATION_ID, in onReceive() local
198 manager.cancel(getNotificationTag(mRequestType), NOTIFICATION_ID); in onReceive() local
DBluetoothPairingService.java42 private static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in BluetoothPairingService
/packages/apps/Dialer/java/com/android/incallui/spam/
DSpamCallListListener.java53 static final int NOTIFICATION_ID = R.id.notification_spam_call; field in SpamCallListListener
229 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build()); in showNonSpamCallNotification() local
333 .notify(call.getNumber(), NOTIFICATION_ID, notificationBuilder.build()); in showSpamCallNotification() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/
DResumeNotificationHelperTest.java73 assertEquals(notification.getId(), NOTIFICATION_ID); in testShowResumeNotification() local
/packages/apps/Dialer/java/com/android/incallui/
DExternalCallNotifier.java62 private static final int NOTIFICATION_ID = R.id.notification_external_call; field in ExternalCallNotifier
192 String.valueOf(mNotifications.get(call).getNotificationId()), NOTIFICATION_ID); in dismissNotification() local
302 String.valueOf(info.getNotificationId()), NOTIFICATION_ID, notification); in postNotification() local
/packages/services/Car/service/src/com/android/car/
DCanBusErrorNotifier.java35 private static final int NOTIFICATION_ID = 1; field in CanBusErrorNotifier
/packages/apps/Settings/src/com/android/settings/sim/
DSimSelectNotification.java41 private static final int NOTIFICATION_ID = 1; field in SimSelectNotification
/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DMissedCallNotifier.java65 private static final int NOTIFICATION_ID = R.id.notification_missed_call; field in MissedCallNotifier
229 call.callsUri.toString(), NOTIFICATION_ID, getNotificationForCall(call, note)); in insertPostCallNotification() local
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/wakeup/
DWifiWakeupHelper.java54 private static final int NOTIFICATION_ID = R.string.wifi_wakeup_enabled_notification_title; field in WifiWakeupHelper
/packages/services/Car/tools/bootanalyze/stressfs/src/com/android/car/test/stressfs/
DWritingService.java71 private static final int NOTIFICATION_ID = 100; field in WritingService
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/
DEncryptionController.java55 public static final int NOTIFICATION_ID = 1; field in EncryptionController
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
DNotificationService.java55 public static final int NOTIFICATION_ID = 31338; field in NotificationService
/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java94 private static final int NOTIFICATION_ID = 0; field in NotificationController
/packages/apps/Contacts/src/com/android/contacts/
DSimImportService.java91 private static final int NOTIFICATION_ID = 100; field in SimImportService
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastAlertService.java71 static final int NOTIFICATION_ID = 1; field in CellBroadcastAlertService
/packages/services/NetworkRecommendation/src/com/android/networkrecommendation/notify/
DWifiNotificationController.java57 private static final int NOTIFICATION_ID = R.string.wifi_available_title; field in WifiNotificationController
/packages/apps/Car/LocalMediaPlayer/src/com/android/car/media/localmediaplayer/
DPlayer.java58 private static final int NOTIFICATION_ID = 42; field in Player
/packages/apps/Bluetooth/src/com/android/bluetooth/sap/
DSapServer.java87 public static final int NOTIFICATION_ID = android.R.drawable.stat_sys_data_bluetooth; field in SapServer