Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java150 @VisibleForTesting static final int NOTIFICATION_ID_OUTBOUND_COMPLETE = -1000005; field in BluetoothOppNotification
549 mNotificationMgr.notify(NOTIFICATION_ID_OUTBOUND_COMPLETE, b.build()); in updateCompletedNotification()
552 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE); in updateCompletedNotification()
817 mNotificationMgr.cancel(NOTIFICATION_ID_OUTBOUND_COMPLETE); in cancelOppNotifications()