OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:itemsfound
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapObexServer.java
599
int
itemsFound
= 0;
607
itemsFound
= createList(maxListCount, listStartOffset, searchValue, result,
610
itemsFound
= createList(maxListCount, listStartOffset, searchValue, result,
634
if (V) Log.v(TAG, "
itemsFound
=" +
itemsFound
);
641
int
itemsFound
= 0;
657
itemsFound
< requestSize; pos++) {
661
itemsFound
++;
667
if (
itemsFound
>= requestSize) {
676
itemsFound
< requestSize; pos++)
[
all
...]
Completed in 174 milliseconds