Home
last modified time | relevance | path

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

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