Home
last modified time | relevance | path

Searched refs:lastUpdatedTimestampIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/people/java/com/android/server/people/data/
DContactsQueryHelper.java145 int lastUpdatedTimestampIndex = cursor.getColumnIndex( in queryContact() local
147 if (lastUpdatedTimestampIndex >= 0) { in queryContact()
148 mLastUpdatedTimestamp = cursor.getLong(lastUpdatedTimestampIndex); in queryContact()