Searched refs:startPointId (Results 1 – 1 of 1) sorted by relevance
510 long startPointId = 0; in composeAndSendSelectedCallLogVcards() local518 startPointId = callsCursor.getLong(ID_COLUMN_INDEX); in composeAndSendSelectedCallLogVcards()520 Log.v(TAG, "Call Log query startPointId = " + startPointId); in composeAndSendSelectedCallLogVcards()523 endPointId = startPointId; in composeAndSendSelectedCallLogVcards()543 recordSelection = Calls._ID + "=" + startPointId; in composeAndSendSelectedCallLogVcards()548 Calls._ID + ">=" + endPointId + " AND " + Calls._ID + "<=" + startPointId; in composeAndSendSelectedCallLogVcards()