Home
last modified time | relevance | path

Searched refs:CarrierRestrictionRules (Results 1 – 15 of 15) 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;
2187 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.java11900 CarrierRestrictionRules carrierRestrictionRules = CarrierRestrictionRules.newBuilder() in setAllowedCarriers()
11903 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED) in setAllowedCarriers()
12017 public int setCarrierRestrictionRules(@NonNull CarrierRestrictionRules rules) { in setCarrierRestrictionRules()
12051 CarrierRestrictionRules carrierRestrictionRule = getCarrierRestrictionRules(); in getAllowedCarriers()
12075 public CarrierRestrictionRules getCarrierRestrictionRules() { in getCarrierRestrictionRules()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl34 import android.telephony.CarrierRestrictionRules;
1509 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers()
1520 CarrierRestrictionRules getAllowedCarriers(); in getAllowedCarriers()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java48 import android.telephony.CarrierRestrictionRules;
2923 CarrierRestrictionRules ret; in responseCarrierRestrictions()
2926 ret = CarrierRestrictionRules.newBuilder().setAllCarriersAllowed().build(); in responseCarrierRestrictions()
2928 int policy = CarrierRestrictionRules.MULTISIM_POLICY_NONE; in responseCarrierRestrictions()
2930 policy = CarrierRestrictionRules.MULTISIM_POLICY_ONE_VALID_SIM_MUST_BE_PRESENT; in responseCarrierRestrictions()
2934 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED; in responseCarrierRestrictions()
2937 CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_ALLOWED; in responseCarrierRestrictions()
2940 ret = CarrierRestrictionRules.newBuilder() in responseCarrierRestrictions()
DCommandsInterface.java28 import android.telephony.CarrierRestrictionRules;
2310 default void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
DRIL.java81 import android.telephony.CarrierRestrictionRules;
5055 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
5075 case CarrierRestrictionRules.MULTISIM_POLICY_ONE_VALID_SIM_MUST_BE_PRESENT: in setAllowedCarriers()
5095 == CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED); in setAllowedCarriers()
5108 == CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED))); in setAllowedCarriers()
DPhone.java47 import android.telephony.CarrierRestrictionRules;
4494 public void setAllowedCarriers(CarrierRestrictionRules carrierRestrictionRules, in setAllowedCarriers()
/frameworks/base/core/api/
Dsystem-current.txt11141 public final class CarrierRestrictionRules implements android.os.Parcelable {
11152 …blic static final android.os.Parcelable.Creator<android.telephony.CarrierRestrictionRules> CREATOR;
11157 public static final class CarrierRestrictionRules.Builder {
11158 ctor public CarrierRestrictionRules.Builder();
11159 method @NonNull public android.telephony.CarrierRestrictionRules build();
11160 … method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllCarriersAllowed();
11161 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllowedCarriers(@NonNu…
11162 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setDefaultCarrierRestrict…
11163 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setExcludedCarriers(@NonN…
11164 method @NonNull public android.telephony.CarrierRestrictionRules.Builder setMultiSimPolicy(int);
[all …]
/frameworks/base/boot/
Dpreloaded-classes6518 android.telephony.CarrierRestrictionRules$1
6519 android.telephony.CarrierRestrictionRules$Builder
6520 android.telephony.CarrierRestrictionRules
Dboot-image-profile.txt29979 Landroid/telephony/CarrierRestrictionRules$1;
29980 Landroid/telephony/CarrierRestrictionRules$Builder;
29981 Landroid/telephony/CarrierRestrictionRules;
/frameworks/base/config/
Dpreloaded-classes6540 android.telephony.CarrierRestrictionRules$1
6541 android.telephony.CarrierRestrictionRules$Builder
6542 android.telephony.CarrierRestrictionRules
Dboot-image-profile.txt39643 Landroid/telephony/CarrierRestrictionRules$1;
39644 Landroid/telephony/CarrierRestrictionRules$Builder;
39645 Landroid/telephony/CarrierRestrictionRules;