OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:arraypos
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
435
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
);
[
all
...]
Completed in 30 milliseconds