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.java263 public static CallerInfoAsyncQuery startQuery(int token, Context context, Uri contactRef, in startQuery()
288 Uri contactRef = Uri.withAppendedPath(PhoneLookup.CONTENT_FILTER_URI, Uri.encode(number)); in startQuery() local
336 private void allocate (Context context, Uri contactRef) { in allocate()
DCallerInfo.java120 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo()
203 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo()