Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcBlockedNotification.java37 public static final int NOTIFICATION_ID_NFC = -1000001; field in NfcBlockedNotification
75 notificationManager.notify(NOTIFICATION_ID_NFC, builder.build()); in startNotification()