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()102 int groupFeatures = cursor.getInt(CallLogQuery.FEATURES); in addGroups()112 int groupCallType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()126 number = cursor.getString(CallLogQuery.NUMBER); in addGroups()129 callType = cursor.getInt(CallLogQuery.CALL_TYPE); in addGroups()130 callFeatures = cursor.getInt(CallLogQuery.FEATURES); in addGroups()132 accountId = cursor.getString(CallLogQuery.ACCOUNT_ID); in addGroups()[all …]
90 import com.android.dialer.phonenumbercache.CallLogQuery;955 ? cursor.getInt(CallLogQuery.TRANSCRIPTION_STATE) in createPhoneCallDetails()961 details.date = cursor.getLong(CallLogQuery.DATE); in createPhoneCallDetails()973 if (!cursor.isNull(CallLogQuery.DATA_USAGE)) { in createPhoneCallDetails()977 views.rowId = cursor.getLong(CallLogQuery.ID); in createPhoneCallDetails()992 views.callType = cursor.getInt(CallLogQuery.CALL_TYPE); in createPhoneCallDetails()1007 .setCallId(cursor.getLong(CallLogQuery.ID)) in createCallDetailsEntries()1010 .setDate(cursor.getLong(CallLogQuery.DATE)) in createCallDetailsEntries()1197 return cursor.getLong(CallLogQuery.ID); in getItemId()1341 features |= cursor.getInt(CallLogQuery.FEATURES); in getCallFeatures()[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()