Searched refs:CallLogQuery (Results 1 – 6 of 6) sorted by relevance
32 import com.android.dialer.phonenumbercache.CallLogQuery;94 final long firstDate = cursor.getLong(CallLogQuery.DATE); in addGroups()95 final long firstRowId = cursor.getLong(CallLogQuery.ID); in addGroups()100 String groupNumber = cursor.getString(CallLogQuery.NUMBER); in addGroups()101 String groupAccountComponentName = cursor.getString(CallLogQuery.ACCOUNT_COMPONENT_NAME); in addGroups()102 int groupFeatures = cursor.getInt(CallLogQuery.FEATURES); in addGroups()109 String groupAccountId = cursor.getString(CallLogQuery.ACCOUNT_ID); in addGroups()110 String groupPostDialDigits = cursor.getString(CallLogQuery.POST_DIAL_DIGITS); in addGroups()111 String groupViaNumbers = cursor.getString(CallLogQuery.VIA_NUMBER); in addGroups()112 int groupCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()[all …]
90 import com.android.dialer.phonenumbercache.CallLogQuery;819 if (isHiddenRow(views.number, c.getLong(CallLogQuery.ID))) { in bindCallLogListViewHolder()948 final String number = cursor.getString(CallLogQuery.NUMBER); in createPhoneCallDetails()949 final String postDialDigits = cursor.getString(CallLogQuery.POST_DIAL_DIGITS); in createPhoneCallDetails()950 final String viaNumber = cursor.getString(CallLogQuery.VIA_NUMBER); in createPhoneCallDetails()951 final int numberPresentation = cursor.getInt(CallLogQuery.NUMBER_PRESENTATION); in createPhoneCallDetails()955 ? cursor.getInt(CallLogQuery.TRANSCRIPTION_STATE) in createPhoneCallDetails()960 details.countryIso = cursor.getString(CallLogQuery.COUNTRY_ISO); in createPhoneCallDetails()961 details.date = cursor.getLong(CallLogQuery.DATE); in createPhoneCallDetails()962 details.duration = cursor.getLong(CallLogQuery.DURATION); in createPhoneCallDetails()[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()