Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/incallui/
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()
DCallerInfoAsyncQuery.java146 Uri contactRef) { in startQueryInternal()
381 private CallerInfoAsyncQueryHandler(Context context, Uri contactRef) { in CallerInfoAsyncQueryHandler()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java163 Uri contactRef = null; in placeOtaspCall() local