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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java409 int arrayPos = 0;
430 while (!isAfterLast || arrayPos < mShares.size()) {
436 mShares.get(arrayPos).mId + " @ " + arrayPos);
438 if (shouldScanFile(arrayPos)) {
439 scanFile(null, arrayPos);
441 deleteShare(arrayPos); // this advances in the array
445 if (arrayPos == mShares.size()) {
446 insertShare(cursor, arrayPos);
447 if (V) Log.v(TAG, "Array update: inserting " + id + " @ " + arrayPos);
519 insertShare(Cursor cursor, int arrayPos) argument
650 updateShare(Cursor cursor, int arrayPos, boolean userAccepted) argument
742 deleteShare(int arrayPos) argument
838 needAction(int arrayPos) argument
846 visibleNotification(int arrayPos) argument
851 scanFile(Cursor cursor, int arrayPos) argument
865 shouldScanFile(int arrayPos) argument
[all...]

Completed in 8 milliseconds