Searched defs:contactRef (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | CallerInfo.java | 172 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 D | CallerInfoAsyncQuery.java | 146 Uri contactRef) { in startQueryInternal() 381 private CallerInfoAsyncQueryHandler(Context context, Uri contactRef) { in CallerInfoAsyncQueryHandler()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | CallerInfo.java | 208 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 D | CallerInfoAsyncQuery.java | 405 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 D | PhoneUtils.java | 163 Uri contactRef = null; in placeOtaspCall() local
|