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