Loading src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { if (status == BluetoothShare.STATUS_SUCCESS) { Message msg = Message.obtain(mCallback); msg.what = BluetoothOppObexSession.MSG_SHARE_COMPLETE; mInfo.mStatus = status; msg.obj = mInfo; msg.sendToTarget(); } else { Loading src/com/android/bluetooth/opp/BluetoothOppService.java +1 −2 Original line number Diff line number Diff line Loading @@ -827,8 +827,7 @@ public class BluetoothOppService extends Service { info.mConfirm = newConfirm; int newStatus = cursor.getInt(statusColumn); int oldStatus = info.mStatus; if (!BluetoothShare.isStatusCompleted(info.mStatus) && BluetoothShare.isStatusCompleted(newStatus)) { if (BluetoothShare.isStatusCompleted(info.mStatus)) { mNotifier.mNotificationMgr.cancel(info.mId); } Loading Loading
src/com/android/bluetooth/opp/BluetoothOppObexClientSession.java +1 −0 Original line number Diff line number Diff line Loading @@ -365,6 +365,7 @@ public class BluetoothOppObexClientSession implements BluetoothOppObexSession { if (status == BluetoothShare.STATUS_SUCCESS) { Message msg = Message.obtain(mCallback); msg.what = BluetoothOppObexSession.MSG_SHARE_COMPLETE; mInfo.mStatus = status; msg.obj = mInfo; msg.sendToTarget(); } else { Loading
src/com/android/bluetooth/opp/BluetoothOppService.java +1 −2 Original line number Diff line number Diff line Loading @@ -827,8 +827,7 @@ public class BluetoothOppService extends Service { info.mConfirm = newConfirm; int newStatus = cursor.getInt(statusColumn); int oldStatus = info.mStatus; if (!BluetoothShare.isStatusCompleted(info.mStatus) && BluetoothShare.isStatusCompleted(newStatus)) { if (BluetoothShare.isStatusCompleted(info.mStatus)) { mNotifier.mNotificationMgr.cancel(info.mId); } Loading