Home
last modified time | relevance | path

Searched defs:contactRef (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Dialer/java/com/android/incallui/
H A DCallerInfo.java172 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
322 private static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()
383 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId()
H A DCallerInfoAsyncQuery.java146 Uri contactRef) { in startQueryInternal()
381 private CallerInfoAsyncQueryHandler(Context context, Uri contactRef) { in CallerInfoAsyncQueryHandler()
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfo.java208 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
352 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()
600 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId()
H A DCallerInfoAsyncQuery.java405 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
464 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in startQuery() local
534 private void allocate(Context context, Uri contactRef) { in allocate()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java163 Uri contactRef = null; in placeOtaspCall() local