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.java2411 boolean failedSent; // Set to true if a single part sent fail is received. field in BluetoothMapContentObserver.PushMsgInfo
2423 this.failedSent = false; in PushMsgInfo()
3056 msgInfo.failedSent = true; in onReceive()
3100 if(D) Log.d(TAG,"actionMessageSent(): msgInfo.failedSent = " + msgInfo.failedSent); in actionMessageSent()
3104 if (msgInfo.failedSent == false) { in actionMessageSent()
3124 msgInfo.failedSent = false; in actionMessageSent()