HomeSort by relevance Sort by last modified time
    Searched defs:CarrierIdentifier (Results 1 - 6 of 6) sorted by null

  /packages/apps/Dialer/java/com/android/voicemail/impl/
CarrierIdentifier.java 30 public abstract class CarrierIdentifier {
48 public abstract CarrierIdentifier build();
55 public static CarrierIdentifier forHandle(
  /frameworks/base/core/java/android/service/carrier/
CarrierIdentifier.java 31 public class CarrierIdentifier implements Parcelable {
33 /** Used to create a {@link CarrierIdentifier} from a {@link Parcel}. */
34 public static final Creator<CarrierIdentifier> CREATOR = new Creator<CarrierIdentifier>() {
36 public CarrierIdentifier createFromParcel(Parcel parcel) {
37 return new CarrierIdentifier(parcel);
41 public CarrierIdentifier[] newArray(int i) {
42 return new CarrierIdentifier[i];
53 public CarrierIdentifier(String mcc, String mnc, @Nullable String spn, @Nullable String imsi,
71 public CarrierIdentifier(byte[] mccMnc, @Nullable String gid1, @Nullable String gid2)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CarrierIdentifier.java 49 * CarrierIdentifier identifies the subscription carrier and returns a canonical carrier Id
50 * and a user friendly carrier name. CarrierIdentifier reads subscription info and check against
52 * dedicated CarrierIdentifier.
54 public class CarrierIdentifier extends Handler {
55 private static final String LOG_TAG = CarrierIdentifier.class.getSimpleName();
131 public CarrierIdentifier(Phone phone) {
132 logd("Creating CarrierIdentifier[" + phone.getPhoneId() + "]");
415 if (!CarrierIdentifier.equals(subscriptionRule.mMccMnc, mMccMnc, false)) {
438 if (!CarrierIdentifier.equals(subscriptionRule.mGid1, mGid1, true)) {
447 if (!CarrierIdentifier.equals(subscriptionRule.mGid2, mGid2, true))
    [all...]
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 108 milliseconds