Searched refs:lastUpdatedTimestampIndex (Results 1 – 1 of 1) sorted by relevance
145 int lastUpdatedTimestampIndex = cursor.getColumnIndex( in queryContact() local147 if (lastUpdatedTimestampIndex >= 0) { in queryContact()148 mLastUpdatedTimestamp = cursor.getLong(lastUpdatedTimestampIndex); in queryContact()