Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ID_NFC (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/
DNfcBlockedNotification.java35 public static final int NOTIFICATION_ID_NFC = -1000001; field in NfcBlockedNotification
73 notificationManager.notify(NOTIFICATION_ID_NFC, builder.build()); in startNotification()
DNfcDeveloperOptionNotification.java39 public static final int NOTIFICATION_ID_NFC = -1000002; field in NfcDeveloperOptionNotification
74 notificationManager.notify(NOTIFICATION_ID_NFC, builder.build()); in startNotification()