Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java101 private static final String OPP_NOTIFICATION_CHANNEL = "opp_notification_channel"; field in BluetoothOppNotification
153 mNotificationChannel = new NotificationChannel(OPP_NOTIFICATION_CHANNEL, in BluetoothOppNotification()
357 Notification.Builder b = new Notification.Builder(mContext, OPP_NOTIFICATION_CHANNEL); in updateActiveNotification()
450 new Notification.Builder(mContext, OPP_NOTIFICATION_CHANNEL).setOnlyAlertOnce( in updateCompletedNotification()
516 new Notification.Builder(mContext, OPP_NOTIFICATION_CHANNEL).setOnlyAlertOnce( in updateCompletedNotification()
573 new Notification.Builder(mContext, OPP_NOTIFICATION_CHANNEL).setOnlyAlertOnce( in updateIncomingFileConfirmNotification()