Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java3013 public boolean failedSent; // Set to true if a single part sent fail is received. field in BluetoothMapContentObserver.PushMsgInfo
3024 this.failedSent = false; in PushMsgInfo()
3868 msgInfo.failedSent = true; in onReceive()
3898 Log.d(TAG, "actionMessageSent(): msgInfo.failedSent = " + msgInfo.failedSent); in actionMessageSent()
3902 if (!msgInfo.failedSent) { in actionMessageSent()
3932 msgInfo.failedSent = false; in actionMessageSent()