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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java633 private Map<Long, PushMsgInfo> mPushMsgList = field in class:BluetoothMapContentObserver
691 mPushMsgList.put(handle, msgInfo);
991 PushMsgInfo msgInfo = mPushMsgList.get(handle);
1114 mPushMsgList.remove(msgInfo.id);
1138 PushMsgInfo msgInfo = mPushMsgList.get(id);
1158 PushMsgInfo msgInfo = mPushMsgList.get(id);

Completed in 121 milliseconds