Searched refs:lastTimeContacted (Results 1 – 1 of 1) sorted by relevance
1447 long lastTimeContacted = c.getLong(RawContactsQuery.RAW_LAST_TIME_CONTACTED); in computeAggregateData() local1448 if (lastTimeContacted > contactLastTimeContacted) { in computeAggregateData()1449 contactLastTimeContacted = lastTimeContacted; in computeAggregateData()