Searched refs:startPointId (Results 1 – 1 of 1) sorted by relevance
495 long startPointId = 0; in composeAndSendSelectedCallLogVcards() local503 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()