Searched refs:sync_id_idx (Results 1 – 1 of 1) sorted by relevance
304 int sync_id_idx = cursor.getColumnIndex(Events._SYNC_ID); in syncSenderDismissCache() local305 if (sync_id_idx != -1) { in syncSenderDismissCache()307 String syncId = cursor.getString(sync_id_idx); in syncSenderDismissCache()