Searched refs:CallLogQuery (Results 1 – 5 of 5) sorted by relevance
31 import com.android.dialer.phonenumbercache.CallLogQuery;95 final long firstDate = cursor.getLong(CallLogQuery.DATE); in addGroups()96 final long firstRowId = cursor.getLong(CallLogQuery.ID); in addGroups()101 String groupNumber = cursor.getString(CallLogQuery.NUMBER); in addGroups()102 String groupAccountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in addGroups()103 int groupFeatures = cursor.getInt(CallLogQuery.FEATURES); in addGroups()110 String groupAccountId = cursor.getString(CallLogQuery.ACCOUNT_ID); in addGroups()111 String groupPostDialDigits = cursor.getString(CallLogQuery.POST_DIAL_DIGITS); in addGroups()112 String groupViaNumbers = cursor.getString(CallLogQuery.VIA_NUMBER); in addGroups()113 int groupCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()[all …]
170 info.lookupUri = UriUtils.parseUriOrNull(c.getString(CallLogQuery.CACHED_LOOKUP_URI)); in getContactInfo()171 info.name = c.getString(CallLogQuery.CACHED_NAME); in getContactInfo()172 info.type = c.getInt(CallLogQuery.CACHED_NUMBER_TYPE); in getContactInfo()173 info.label = c.getString(CallLogQuery.CACHED_NUMBER_LABEL); in getContactInfo()174 String matchedNumber = c.getString(CallLogQuery.CACHED_MATCHED_NUMBER); in getContactInfo()175 String postDialDigits = c.getString(CallLogQuery.POST_DIAL_DIGITS); in getContactInfo()177 (matchedNumber == null) ? c.getString(CallLogQuery.NUMBER) + postDialDigits : matchedNumber; in getContactInfo()179 info.normalizedNumber = c.getString(CallLogQuery.CACHED_NORMALIZED_NUMBER); in getContactInfo()180 info.photoId = c.getLong(CallLogQuery.CACHED_PHOTO_ID); in getContactInfo()183 UriUtils.parseUriOrNull(c.getString(CallLogQuery.CACHED_PHOTO_URI))); in getContactInfo()[all …]
30 public final class CallLogQuery { class
37 import com.android.dialer.phonenumbercache.CallLogQuery;212 CallLogQuery.getProjection(), in fetchCalls()
58 import com.android.dialer.phonenumbercache.CallLogQuery;890 String cachedName = callLogInfo.getString(CallLogQuery.CACHED_NAME); in doInBackground()979 CallLogQuery.getProjection(), in getCallLogInfoCursor()