Home
last modified time | relevance | path

Searched refs:getCallLogUri (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAsyncTaskUtil.java275 TelecomUtil.getCallLogUri(context), in deleteCalls()
313 TelecomUtil.getCallLogUri(context), in deleteBlockedCall()
328 TelecomUtil.getCallLogUri(context), in deleteBlockedCall()
DCallLogQueryHandler.java212 Uri uri = TelecomUtil.getCallLogUri(mContext).buildUpon() in fetchCalls()
237 startUpdate(UPDATE_MARK_AS_OLD_TOKEN, null, TelecomUtil.getCallLogUri(mContext), in markNewCallsAsOld()
DContactInfoHelper.java384 TelecomUtil.getCallLogUri(mContext), in updateCallLogContactInfo()
390 TelecomUtil.getCallLogUri(mContext), in updateCallLogContactInfo()
DIntentProvider.java128 intent.setData(ContentUris.withAppendedId(TelecomUtil.getCallLogUri(context),
/packages/apps/Dialer/src/com/android/dialer/util/
DTelecomUtil.java173 public static Uri getCallLogUri(Context context) { in getCallLogUri() method in TelecomUtil
/packages/apps/Dialer/src/com/android/dialer/
DCallDetailActivity.java355 TelecomUtil.getCallLogUri(CallDetailActivity.this), ids[index]); in getCallLogEntryUris()