Searched refs:LowRes (Results 1 – 2 of 2) sorted by relevance
34 import com.android.providers.contacts.ContactsDatabaseHelper.LowRes;459 return getIntegerFromExpression(LowRes.getTimesUsedExpression( in checkGetTimesUsedExpression()482 return getIntegerFromExpression(LowRes.getLastTimeUsedExpression( in checkGetLastTimeUsedExpression()
930 interface LowRes { interface in ContactsDatabaseHelper1967 + 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()