Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManager.java598 long startPointId = 0; in composeAndSendSelectedCallLogVcards() local
613 startPointId = callsCursor.getLong(ID_COLUMN_INDEX); in composeAndSendSelectedCallLogVcards()
614 Log.v(TAG, "Call Log query startPointId = " + startPointId); in composeAndSendSelectedCallLogVcards()
616 endPointId = startPointId; in composeAndSendSelectedCallLogVcards()
639 recordSelection = Calls._ID + "=" + startPointId; in composeAndSendSelectedCallLogVcards()
644 Calls._ID + ">=" + endPointId + " AND " + Calls._ID + "<=" + startPointId; in composeAndSendSelectedCallLogVcards()