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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java2428 int statusDelivered; // Set to != 0 if a single part deliver fail is received. field in class:BluetoothMapContentObserver.PushMsgInfo
2440 this.statusDelivered = 0; /* Assume success */
3103 msgInfo.statusDelivered = status;
3104 if(D) Log.d(TAG, "msgInfo.statusDelivered = " + status);
3192 + msgInfo.statusDelivered);
3196 contentValues.put(Sms.STATUS, msgInfo.statusDelivered);
3206 if (msgInfo.statusDelivered == 0) {

Completed in 28 milliseconds