Searched defs:resend (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2425 boolean resend; field in class:BluetoothMapContentObserver.PushMsgInfo
2437 this.resend = false;
3146 msgInfo.resend = true;
3368 * and move the message to failed, to let the user/app resend manually later.
3417 if (msgInfo == null || msgInfo.resend == false ||
3443 if (msgInfo == null || msgInfo.resend == false) {

Completed in 44 milliseconds