Home
last modified time | relevance | path

Searched refs:DELIVERY_FAILURE (Results 1 – 3 of 3) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/obex/
DEventReport.java234 DELIVERY_FAILURE("DeliveryFailure"), enumConstant
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMceStateMachine.java880 case DELIVERY_FAILURE: in processNotification()
1184 || status == EventReport.Type.DELIVERY_FAILURE) { in notifySentMessageStatus()
1193 || status == EventReport.Type.DELIVERY_FAILURE) { in notifySentMessageStatus()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientStateMachineTest.java1137 ACTION_MESSAGE_DELIVERED, EventReport.Type.DELIVERY_FAILURE); in testSendMapMessageDeliveryPendingIntent_notifyStatusFailure()