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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java447 int arrayPos = 0;
468 while (!isAfterLast || arrayPos < mShares.size()) {
475 mShares.get(arrayPos).mId + " @ " + arrayPos);
477 if (shouldScanFile(arrayPos)) {
478 scanFile(null, arrayPos);
480 deleteShare(arrayPos); // this advances in the array
484 if (arrayPos == mShares.size()) {
485 insertShare(cursor, arrayPos);
486 if (V) Log.v(TAG, "Array update: inserting " + id + " @ " + arrayPos);
560 insertShare(Cursor cursor, int arrayPos) argument
689 updateShare(Cursor cursor, int arrayPos, boolean userAccepted) argument
786 deleteShare(int arrayPos) argument
882 needAction(int arrayPos) argument
890 visibleNotification(int arrayPos) argument
895 scanFile(Cursor cursor, int arrayPos) argument
909 shouldScanFile(int arrayPos) argument
[all...]

Completed in 29 milliseconds