Searched refs:CallerInfo (Results 1 – 6 of 6) sorted by relevance
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/media/ |
D | PackageValidator.java | 50 private final Map<String, ArrayList<CallerInfo>> mValidCertificates; 57 private Map<String, ArrayList<CallerInfo>> readValidCertificates(XmlResourceParser parser) { in readValidCertificates() 58 HashMap<String, ArrayList<CallerInfo>> validCertificates = new HashMap<>(); in readValidCertificates() 70 CallerInfo info = new CallerInfo(name, packageName, isRelease, certificate); in readValidCertificates() 72 ArrayList<CallerInfo> infos = validCertificates.get(certificate); in readValidCertificates() 116 ArrayList<CallerInfo> validCallers = mValidCertificates.get(signature); in isCallerAllowed() 129 for (CallerInfo info: validCallers) { in isCallerAllowed() 146 private final static class CallerInfo { class in PackageValidator 152 public CallerInfo(String name, String packageName, boolean release, in CallerInfo() method in PackageValidator.CallerInfo
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | CallerInfo.java | 52 public class CallerInfo { class 158 public CallerInfo() { in CallerInfo() method in CallerInfo 173 public static CallerInfo getCallerInfo(Context context, Uri contactRef, Cursor cursor) { in getCallerInfo() 174 CallerInfo info = new CallerInfo(); in getCallerInfo() 303 public static CallerInfo getCallerInfo(Context context, Uri contactRef) { in getCallerInfo() 304 CallerInfo info = null; in getCallerInfo() 327 public static CallerInfo getCallerInfo(Context context, String number) { in getCallerInfo() 345 public static CallerInfo getCallerInfo(Context context, String number, int subId) { in getCallerInfo() 355 return new CallerInfo().markAsEmergency(context); in getCallerInfo() 357 return new CallerInfo().markAsVoiceMail(); in getCallerInfo() [all …]
|
D | CallerInfoAsyncQuery.java | 74 public void onQueryComplete(int token, Object cookie, CallerInfo ci); in onQueryComplete() 150 private CallerInfo mCallerInfo; 230 cw.geoDescription = CallerInfo.getGeoDescription(mContext, cw.number); in handleGeoDescription() 326 mCallerInfo = new CallerInfo().markAsEmergency(mContext); in onQueryComplete() 328 mCallerInfo = new CallerInfo().markAsVoiceMail(cw.subId); in onQueryComplete() 330 mCallerInfo = CallerInfo.getCallerInfo(mContext, mQueryUri, cursor); in onQueryComplete() 333 CallerInfo newCallerInfo = CallerInfo.doSecondaryLookupIfNecessary( in onQueryComplete() 345 CallerInfo.getCurrentCountryIso(mContext)); in onQueryComplete()
|
/frameworks/base/core/java/android/provider/ |
D | CallLog.java | 43 import com.android.internal.telephony.CallerInfo; 531 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() 569 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall() 612 public static Uri addCall(CallerInfo ci, Context context, String number, in addCall()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 4543 Landroid/provider/CallLog$Calls;->addCall(Lcom/android/internal/telephony/CallerInfo;Landroid/conte… 8255 Lcom/android/internal/telephony/CallerInfo;-><init>()V 8256 Lcom/android/internal/telephony/CallerInfo;->contactIdOrZero:J 8257 …/internal/telephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Landroid/net/Uri;)Lcom/and… 8258 …/internal/telephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Ljava/lang/String;)Lcom/an… 8259 …internal/telephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Ljava/lang/String;I)Lcom/an… 8260 Lcom/android/internal/telephony/CallerInfo;->name:Ljava/lang/String; 8261 Lcom/android/internal/telephony/CallerInfo;->numberLabel:Ljava/lang/String; 8262 Lcom/android/internal/telephony/CallerInfo;->numberType:I 8263 Lcom/android/internal/telephony/CallerInfo;->phoneNumber:Ljava/lang/String;
|
D | boot-image-profile.txt | 4729 HPLandroid/provider/CallLog$Calls;->addCall(Lcom/android/internal/telephony/CallerInfo;Landroid/con… 9441 …CallerInfo;->doSecondaryLookupIfNecessary(Landroid/content/Context;Ljava/lang/String;Lcom/android/… 9442 …lephony/CallerInfo;->getCallerInfo(Landroid/content/Context;Landroid/net/Uri;Landroid/database/Cur… 9443 HPLcom/android/internal/telephony/CallerInfo;->getColumnIndexForPersonId(Landroid/net/Uri;Landroid/… 9444 HPLcom/android/internal/telephony/CallerInfo;->getCurrentCountryIso(Landroid/content/Context;Ljava/… 9445 HPLcom/android/internal/telephony/CallerInfo;->getGeoDescription(Landroid/content/Context;Ljava/lan… 9446 HPLcom/android/internal/telephony/CallerInfo;->toString()Ljava/lang/String; 39529 …CompleteListener;->onQueryComplete(ILjava/lang/Object;Lcom/android/internal/telephony/CallerInfo;)V 60102 Lcom/android/internal/telephony/CallerInfo;
|