Loading src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +3 −1 Original line number Diff line number Diff line Loading @@ -190,8 +190,10 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen ContentValues updateValues; Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND); if (V) Log.v(TAG, "Is ContentResolverUpdateThread Interrupted :" + isInterrupted()); /* Check if the Operation is interrupted before entering into loop */ while (true) { while ( !isInterrupted() ) { updateValues = new ContentValues(); updateValues.put(BluetoothShare.CURRENT_BYTES, position); mContext1.getContentResolver().update(contentUri, updateValues, Loading Loading
src/com/android/bluetooth/opp/BluetoothOppObexServerSession.java +3 −1 Original line number Diff line number Diff line Loading @@ -190,8 +190,10 @@ public class BluetoothOppObexServerSession extends ServerRequestHandler implemen ContentValues updateValues; Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND); if (V) Log.v(TAG, "Is ContentResolverUpdateThread Interrupted :" + isInterrupted()); /* Check if the Operation is interrupted before entering into loop */ while (true) { while ( !isInterrupted() ) { updateValues = new ContentValues(); updateValues.put(BluetoothShare.CURRENT_BYTES, position); mContext1.getContentResolver().update(contentUri, updateValues, Loading