Searched refs:failedSent (Results 1 – 1 of 1) sorted by relevance
2536 public boolean failedSent; // Set to true if a single part sent fail is received. field in BluetoothMapContentObserver.PushMsgInfo2547 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()