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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java435 int arrayPos = 0;
456 while (!isAfterLast || arrayPos < mShares.size()) {
462 mShares.get(arrayPos).mId + " @ " + arrayPos);
464 if (shouldScanFile(arrayPos)) {
465 scanFile(null, arrayPos);
467 deleteShare(arrayPos); // this advances in the array
471 if (arrayPos == mShares.size()) {
472 insertShare(cursor, arrayPos);
473 if (V) Log.v(TAG, "Array update: inserting " + id + " @ " + arrayPos);
545 insertShare(Cursor cursor, int arrayPos) argument
674 updateShare(Cursor cursor, int arrayPos, boolean userAccepted) argument
771 deleteShare(int arrayPos) argument
867 needAction(int arrayPos) argument
875 visibleNotification(int arrayPos) argument
880 scanFile(Cursor cursor, int arrayPos) argument
894 shouldScanFile(int arrayPos) argument
[all...]

Completed in 32 milliseconds