Searched refs:CallerInfo (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | CallerInfo.java | 54 public class CallerInfo { class 190 public CallerInfo() { in CallerInfo() method in CallerInfo 207 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() 208 CallerInfo info = new CallerInfo(); in getCallerInfo() 351 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() 352 CallerInfo info = null; in getCallerInfo() 378 public static CallerInfo getCallerInfo(Context context, String number) { in getCallerInfo() 399 public static CallerInfo getCallerInfo(Context context, String number, int subId) { in getCallerInfo() 409 return new CallerInfo().markAsEmergency(context); in getCallerInfo() 411 return new CallerInfo().markAsVoiceMail(context, subId); in getCallerInfo() [all …]
|
D | CallerInfoAsyncQuery.java | 72 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() 148 private CallerInfo mCallerInfo; 228 cw.geoDescription = CallerInfo.getGeoDescription(mContext, cw.number); in handleGeoDescription() 324 mCallerInfo = new CallerInfo().markAsEmergency(mContext); in onQueryComplete() 326 mCallerInfo = new CallerInfo().markAsVoiceMail(mContext, cw.subId); in onQueryComplete() 328 mCallerInfo = CallerInfo.getCallerInfo(mContext, mQueryUri, cursor); in onQueryComplete() 331 CallerInfo newCallerInfo = CallerInfo.doSecondaryLookupIfNecessary( in onQueryComplete() 343 CallerInfo.getCurrentCountryIso(mContext))); in onQueryComplete()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 38 import android.telecom.CallerInfo; 628 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() 668 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() 717 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 55552 Landroid/provider/CallLog$Calls;->addCall(Lcom/android/internal/telephony/CallerInfo;Landroid/conte… 55553 Landroid/provider/CallLog$Calls;->addCall(Lcom/android/internal/telephony/CallerInfo;Landroid/conte… 98245 Lcom/android/internal/telephony/CallerInfo;->cachedPhoto:Landroid/graphics/drawable/Drawable; 98246 Lcom/android/internal/telephony/CallerInfo;->cachedPhotoIcon:Landroid/graphics/Bitmap; 98247 Lcom/android/internal/telephony/CallerInfo;->cnapName:Ljava/lang/String; 98248 Lcom/android/internal/telephony/CallerInfo;->contactDisplayPhotoUri:Landroid/net/Uri; 98249 Lcom/android/internal/telephony/CallerInfo;->contactExists:Z 98250 Lcom/android/internal/telephony/CallerInfo;->contactRefUri:Landroid/net/Uri; 98251 Lcom/android/internal/telephony/CallerInfo;->contactRingtoneUri:Landroid/net/Uri; 98252 …CallerInfo;->doSecondaryLookupIfNecessary(Landroid/content/Context;Ljava/lang/String;Lcom/android/… [all …]
|
D | boot-image-profile.txt | 12702 HPLandroid/provider/CallLog$Calls;->addCall(Lcom/android/internal/telephony/CallerInfo;Landroid/con… 21816 …CallerInfo;->doSecondaryLookupIfNecessary(Landroid/content/Context;Ljava/lang/String;Lcom/android/… 21817 …lephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cur… 21818 HPLcom/android/internal/telephony/CallerInfo;->getCurrentCountryIso(Landroid/content/Context;Ljava/… 21819 HPLcom/android/internal/telephony/CallerInfo;->getGeoDescription(Landroid/content/Context;Ljava/lan… 21820 HPLcom/android/internal/telephony/CallerInfo;->toString()Ljava/lang/String; 37571 Lcom/android/internal/telephony/CallerInfo;
|