Searched refs:mPushMsgList (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2445 private Map<Long, PushMsgInfo> mPushMsgList = field in class:BluetoothMapContentObserver
2628 mPushMsgList.put(handle, msgInfo);
3063 PushMsgInfo msgInfo = mPushMsgList.get(handle);
3216 mPushMsgList.remove(msgInfo.id);
3416 PushMsgInfo msgInfo = mPushMsgList.get(id);
3442 PushMsgInfo msgInfo = mPushMsgList.get(id);

Completed in 41 milliseconds