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