Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2536 public boolean failedSent; // Set to true if a single part sent fail is received. field in BluetoothMapContentObserver.PushMsgInfo
2547 this.failedSent = false; in PushMsgInfo()
3290 msgInfo.failedSent = true; in onReceive()
3319 Log.d(TAG, "actionMessageSent(): msgInfo.failedSent = " + msgInfo.failedSent); in actionMessageSent()
3324 if (!msgInfo.failedSent) { in actionMessageSent()
3345 msgInfo.failedSent = false; in actionMessageSent()