Home
last modified time | relevance | path

Searched refs:startPointId (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java495 long startPointId = 0; in composeAndSendSelectedCallLogVcards() local
503 startPointId = callsCursor.getLong(ID_COLUMN_INDEX); in composeAndSendSelectedCallLogVcards()
505 Log.v(TAG, "Call Log query startPointId = " + startPointId); in composeAndSendSelectedCallLogVcards()
508 endPointId = startPointId; in composeAndSendSelectedCallLogVcards()
528 recordSelection = Calls._ID + "=" + startPointId; in composeAndSendSelectedCallLogVcards()
533 Calls._ID + ">=" + endPointId + " AND " + Calls._ID + "<=" + startPointId; in composeAndSendSelectedCallLogVcards()