Searched refs:statusDelivered (Results 1 – 1 of 1) sorted by relevance
2537 public int statusDelivered; // Set to != 0 if a single part deliver fail is received. field in BluetoothMapContentObserver.PushMsgInfo2548 this.statusDelivered = 0; /* Assume success */ in PushMsgInfo()3391 + msgInfo.statusDelivered); in actionMessageDelivery()3396 contentValues.put(Sms.STATUS, msgInfo.statusDelivered); in actionMessageDelivery()3408 if (msgInfo.statusDelivered == 0) { in actionMessageDelivery()