Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppReceiver.java328 NotificationManager notMgr = context.getSystemService(NotificationManager.class); in cancelNotification() local
329 if (notMgr == null) { in cancelNotification()
332 notMgr.cancel(id); in cancelNotification()