Home
last modified time | relevance | path

Searched defs:msgInfo (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2864 PushMsgInfo msgInfo = in pushMessage() local
3236 public void sendMessage(PushMsgInfo msgInfo, String msgBody) { in sendMessage()
3333 PushMsgInfo msgInfo = mPushMsgList.get(handle); in onReceive() local
3370 private void actionMessageSent(Context context, PushMsgInfo msgInfo, long handle) { in actionMessageSent()
3635 PushMsgInfo msgInfo = mPushMsgList.get(id); in resendPendingMessages() local
3660 PushMsgInfo msgInfo = mPushMsgList.get(id); in failPendingMessages() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapContentObserverTest.java663 BluetoothMapContentObserver.PushMsgInfo msgInfo = in testPushMsgInfo() local