OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notmgr
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppReceiver.java
122
NotificationManager
notMgr
= (NotificationManager)context
124
if (
notMgr
!= null) {
125
notMgr
.cancel((int)ContentUris.parseId(intent.getData()));
126
if (V) Log.v(TAG, "
notMgr
.cancel called");
164
NotificationManager
notMgr
= (NotificationManager)context
166
if (
notMgr
!= null) {
167
notMgr
.cancel((int)ContentUris.parseId(intent.getData()));
168
if (V) Log.v(TAG, "
notMgr
.cancel called");
Completed in 43 milliseconds