Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfoAsyncQuery.java357 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
416 final Uri contactRef = PhoneLookup.ENTERPRISE_CONTENT_FILTER_URI.buildUpon() in startQuery() local
476 private void allocate(Context context, Uri contactRef) { in allocate()
DCallerInfo.java173 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
303 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()
505 private static int getColumnIndexForPersonId(Uri contactRef, Cursor cursor) { in getColumnIndexForPersonId()