Home
last modified time | relevance | path

Searched refs:getCallerInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java173 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() method in CallerInfo
303 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() method in CallerInfo
308 info = getCallerInfo(context, contactRef, in getCallerInfo()
327 public static CallerInfo getCallerInfo(Context context, String number) { in getCallerInfo() method in CallerInfo
331 return getCallerInfo(context, number, subId); in getCallerInfo()
345 public static CallerInfo getCallerInfo(Context context, String number, int subId) { in getCallerInfo() method in CallerInfo
363 CallerInfo info = getCallerInfo(context, contactUri); in getCallerInfo()
391 previousResult = getCallerInfo(context, in doSecondaryLookupIfNecessary()
DCallerInfoAsyncQuery.java285 mCallerInfo = CallerInfo.getCallerInfo(mContext, mQueryUri, cursor); in onQueryComplete()