Home
last modified time | relevance | path

Searched refs:CarrierRestrictionRules (Results 1 – 14 of 14) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierRestrictionRulesTest.java21 import android.telephony.CarrierRestrictionRules;
63 CarrierRestrictionRules rules = CarrierRestrictionRules.newBuilder() in testBuilderAllowedAndExcludedCarriers()
71 assertEquals(CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED, in testBuilderAllowedAndExcludedCarriers()
79 CarrierRestrictionRules rules = CarrierRestrictionRules.newBuilder().build(); in testBuilderEmptyLists()
84 assertEquals(CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED, in testBuilderEmptyLists()
98 CarrierRestrictionRules rules = CarrierRestrictionRules.newBuilder() in testBuilderWildCharacter()
106 assertEquals(CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED, in testBuilderWildCharacter()
119 CarrierRestrictionRules rules = CarrierRestrictionRules.newBuilder() in testBuilderDefaultAllowed()
123 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_ALLOWED) in testBuilderDefaultAllowed()
129 assertEquals(CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_ALLOWED, in testBuilderDefaultAllowed()
[all …]
DSimulatedCommands.java33 import android.telephony.CarrierRestrictionRules;
2151 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
/frameworks/base/telephony/java/android/telephony/
DCarrierRestrictionRules.java64 public final class CarrierRestrictionRules implements Parcelable { class
107 private CarrierRestrictionRules() { in CarrierRestrictionRules() method in CarrierRestrictionRules
114 private CarrierRestrictionRules(Parcel in) { in CarrierRestrictionRules() method in CarrierRestrictionRules
313 public static final @android.annotation.NonNull Creator<CarrierRestrictionRules> CREATOR =
314 new Creator<CarrierRestrictionRules>() {
316 public CarrierRestrictionRules createFromParcel(Parcel in) {
317 return new CarrierRestrictionRules(in);
321 public CarrierRestrictionRules[] newArray(int size) {
322 return new CarrierRestrictionRules[size];
338 private final CarrierRestrictionRules mRules;
[all …]
DCarrierRestrictionRules.aidl20 parcelable CarrierRestrictionRules;
DTelephonyManager.java10669 CarrierRestrictionRules carrierRestrictionRules = CarrierRestrictionRules.newBuilder() in setAllowedCarriers()
10672 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED) in setAllowedCarriers()
10737 public int setCarrierRestrictionRules(@NonNull CarrierRestrictionRules rules) { in setCarrierRestrictionRules()
10771 CarrierRestrictionRules carrierRestrictionRule = getCarrierRestrictionRules(); in getAllowedCarriers()
10795 public CarrierRestrictionRules getCarrierRestrictionRules() { in getCarrierRestrictionRules()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl34 import android.telephony.CarrierRestrictionRules;
1530 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers()
1541 CarrierRestrictionRules getAllowedCarriers(); in getAllowedCarriers()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java44 import android.telephony.CarrierRestrictionRules;
2554 CarrierRestrictionRules ret; in responseCarrierRestrictions()
2557 ret = CarrierRestrictionRules.newBuilder().setAllCarriersAllowed().build(); in responseCarrierRestrictions()
2559 int policy = CarrierRestrictionRules.MULTISIM_POLICY_NONE; in responseCarrierRestrictions()
2561 policy = CarrierRestrictionRules.MULTISIM_POLICY_ONE_VALID_SIM_MUST_BE_PRESENT; in responseCarrierRestrictions()
2565 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED; in responseCarrierRestrictions()
2568 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_ALLOWED; in responseCarrierRestrictions()
2571 ret = CarrierRestrictionRules.newBuilder() in responseCarrierRestrictions()
DCommandsInterface.java27 import android.telephony.CarrierRestrictionRules;
2237 default void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
DPhone.java46 import android.telephony.CarrierRestrictionRules;
4130 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
DRIL.java77 import android.telephony.CarrierRestrictionRules;
4715 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
4735 case CarrierRestrictionRules.MULTISIM_POLICY_ONE_VALID_SIM_MUST_BE_PRESENT: in setAllowedCarriers()
4755 == CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED); in setAllowedCarriers()
4768 == CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED))); in setAllowedCarriers()
/frameworks/base/telephony/api/
Dsystem-current.txt72 public final class CarrierRestrictionRules implements android.os.Parcelable {
83 …blic static final android.os.Parcelable.Creator<android.telephony.CarrierRestrictionRules> CREATOR;
88 public static final class CarrierRestrictionRules.Builder {
89 ctor public CarrierRestrictionRules.Builder();
90 method @NonNull public android.telephony.CarrierRestrictionRules build();
91 … method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllCarriersAllowed();
92 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllowedCarriers(@NonNu…
93 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setDefaultCarrierRestrict…
94 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setExcludedCarriers(@NonN…
95 method @NonNull public android.telephony.CarrierRestrictionRules.Builder setMultiSimPolicy(int);
[all …]
/frameworks/base/api/
Dsystem-current.txt8037 public final class CarrierRestrictionRules implements android.os.Parcelable {
8048 …blic static final android.os.Parcelable.Creator<android.telephony.CarrierRestrictionRules> CREATOR;
8053 public static final class CarrierRestrictionRules.Builder {
8054 ctor public CarrierRestrictionRules.Builder();
8055 method @NonNull public android.telephony.CarrierRestrictionRules build();
8056 … method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllCarriersAllowed();
8057 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllowedCarriers(@NonNu…
8058 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setDefaultCarrierRestrict…
8059 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setExcludedCarriers(@NonN…
8060 method @NonNull public android.telephony.CarrierRestrictionRules.Builder setMultiSimPolicy(int);
[all …]
/frameworks/base/non-updatable-api/
Dsystem-current.txt7935 public final class CarrierRestrictionRules implements android.os.Parcelable {
7946 …blic static final android.os.Parcelable.Creator<android.telephony.CarrierRestrictionRules> CREATOR;
7951 public static final class CarrierRestrictionRules.Builder {
7952 ctor public CarrierRestrictionRules.Builder();
7953 method @NonNull public android.telephony.CarrierRestrictionRules build();
7954 … method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllCarriersAllowed();
7955 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllowedCarriers(@NonNu…
7956 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setDefaultCarrierRestrict…
7957 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setExcludedCarriers(@NonN…
7958 method @NonNull public android.telephony.CarrierRestrictionRules.Builder setMultiSimPolicy(int);
[all …]
/frameworks/base/config/
Dboot-image-profile.txt35875 Landroid/telephony/CarrierRestrictionRules;