OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startpointid
(Results
1 - 1
of
1
) sorted by null
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java
332
long
startPointId
= 0;
340
startPointId
= callsCursor.getLong(ID_COLUMN_INDEX);
341
if (V) Log.v(TAG, "Call Log query
startPointId
= " +
startPointId
);
343
endPointId =
startPointId
;
358
recordSelection = Calls._ID + "=" +
startPointId
;
363
+
startPointId
;
387
long
startPointId
= 0;
394
startPointId
= contactCursor.getLong(CONTACTS_ID_COLUMN_INDEX);
395
if (V) Log.v(TAG, "Query
startPointId
= " + startPointId)
[
all
...]
Completed in 737 milliseconds