Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DCallerInfoAsyncQuery.java398 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
457 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in startQuery() local
517 private void allocate(Context context, Uri contactRef) { in allocate()
DCallerInfo.java207 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
351 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()
598 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId()