Home
last modified time | relevance | path

Searched refs:arrayPos (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java411 int arrayPos = 0; in run() local
432 while (!isAfterLast || arrayPos < mShares.size()) { in run()
438 mShares.get(arrayPos).mId + " @ " + arrayPos); in run()
440 if (shouldScanFile(arrayPos)) { in run()
441 scanFile(null, arrayPos); in run()
443 deleteShare(arrayPos); // this advances in the array in run()
447 if (arrayPos == mShares.size()) { in run()
448 insertShare(cursor, arrayPos); in run()
449 if (V) Log.v(TAG, "Array update: inserting " + id + " @ " + arrayPos); in run()
450 if (shouldScanFile(arrayPos) && (!scanFile(cursor, arrayPos))) { in run()
[all …]