Searched refs:getCallerInfo (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 208 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() method in CallerInfo 352 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() method in CallerInfo 357 info = getCallerInfo(context, contactRef, in getCallerInfo() 379 public static CallerInfo getCallerInfo(Context context, String number) { in getCallerInfo() method in CallerInfo 383 return getCallerInfo(context, number, subId); in getCallerInfo() 400 public static CallerInfo getCallerInfo(Context context, String number, int subId) { in getCallerInfo() method in CallerInfo 419 CallerInfo info = getCallerInfo(context, contactUri); in getCallerInfo() 500 previousResult = getCallerInfo(context, in doSecondaryLookupIfNecessary()
|
D | CallerInfoAsyncQuery.java | 335 mCallerInfo = CallerInfo.getCallerInfo(mContext, mQueryUri, cursor); in onQueryComplete()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83178 Lcom/android/internal/telephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Landroid/net/Ur…
|