Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3001 static class PushMsgInfo { class in BluetoothMapContentObserver
3016 PushMsgInfo(long id, int transparent, int retry, String phone, Uri uri) { in PushMsgInfo() method in BluetoothMapContentObserver.PushMsgInfo
3031 private Map<Long, PushMsgInfo> mPushMsgList =
3032 Collections.synchronizedMap(new HashMap<Long, PushMsgInfo>());
3341 PushMsgInfo msgInfo = in pushMessage()
3342 new PushMsgInfo(handle, transparent, retry, phone, uri); in pushMessage()
3735 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage()
3851 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive()
3892 private void actionMessageSent(Context context, PushMsgInfo msgInfo, long handle) { in actionMessageSent()
4206 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java687 BluetoothMapContentObserver.PushMsgInfo msgInfo = in testPushMsgInfo()
688 new BluetoothMapContentObserver.PushMsgInfo(id, transparent, retry, phone, uri); in testPushMsgInfo()