Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java34 import com.android.providers.contacts.ContactsDatabaseHelper.LowRes;
459 return getIntegerFromExpression(LowRes.getTimesUsedExpression( in checkGetTimesUsedExpression()
482 return getIntegerFromExpression(LowRes.getLastTimeUsedExpression( in checkGetLastTimeUsedExpression()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java930 interface LowRes { interface in ContactsDatabaseHelper
1967 + LowRes.getLastTimeUsedExpression(ContactsColumns.CONCRETE_RAW_LAST_TIME_CONTACTED) in createContactsViews()
1969 + LowRes.getTimesUsedExpression(ContactsColumns.CONCRETE_RAW_TIMES_CONTACTED) in createContactsViews()
2042 + LowRes.getLastTimeUsedExpression(RawContacts.RAW_LAST_TIME_CONTACTED) in createContactsViews()
2045 + LowRes.getTimesUsedExpression(RawContacts.RAW_TIMES_CONTACTED) in createContactsViews()
2086 + LowRes.getLastTimeUsedExpression(ContactsColumns.CONCRETE_RAW_LAST_TIME_CONTACTED) in createContactsViews()
2098 + LowRes.getTimesUsedExpression(ContactsColumns.CONCRETE_RAW_TIMES_CONTACTED) in createContactsViews()
2196 + LowRes.getTimesUsedExpression(DataUsageStatColumns.RAW_TIMES_USED) in createContactsViews()
2198 + LowRes.getLastTimeUsedExpression(DataUsageStatColumns.RAW_LAST_TIME_USED) in createContactsViews()