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