Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DCarrierRestrictionRules.java65 public final class CarrierRestrictionRules implements Parcelable { class
110 private CarrierRestrictionRules() { in CarrierRestrictionRules() method in CarrierRestrictionRules
118 private CarrierRestrictionRules(Parcel in) { in CarrierRestrictionRules() method in CarrierRestrictionRules
325 new Creator<CarrierRestrictionRules>() {
327 public CarrierRestrictionRules createFromParcel(Parcel in) {
328 return new CarrierRestrictionRules(in);
332 public CarrierRestrictionRules[] newArray(int size) {
333 return new CarrierRestrictionRules[size];
349 private final CarrierRestrictionRules mRules;
352 mRules = new CarrierRestrictionRules(); in Builder()
[all …]
H A DCarrierRestrictionRules.aidl20 parcelable CarrierRestrictionRules;
H A DTelephonyManager.java13031 CarrierRestrictionRules carrierRestrictionRules = CarrierRestrictionRules.newBuilder() in setAllowedCarriers()
13035 ? CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_ALLOWED in setAllowedCarriers()
13036 : CarrierRestrictionRules.CARRIER_RESTRICTION_DEFAULT_NOT_ALLOWED) in setAllowedCarriers()
13151 public int setCarrierRestrictionRules(@NonNull CarrierRestrictionRules rules) { in setCarrierRestrictionRules()
13185 CarrierRestrictionRules carrierRestrictionRule = getCarrierRestrictionRules(); in getAllowedCarriers()
13210 public CarrierRestrictionRules getCarrierRestrictionRules() { in getCarrierRestrictionRules()
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl36 import android.telephony.CarrierRestrictionRules;
1530 int setAllowedCarriers(in CarrierRestrictionRules carrierRestrictionRules); in setAllowedCarriers()
1541 CarrierRestrictionRules getAllowedCarriers(); in getAllowedCarriers()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13966 public final class CarrierRestrictionRules implements android.os.Parcelable {
13977 …blic static final android.os.Parcelable.Creator<android.telephony.CarrierRestrictionRules> CREATOR;
13982 public static final class CarrierRestrictionRules.Builder {
13983 ctor public CarrierRestrictionRules.Builder();
13984 method @NonNull public android.telephony.CarrierRestrictionRules build();
13985 … method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllCarriersAllowed();
13986 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setAllowedCarriers(@NonNu…
13987 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setDefaultCarrierRestrict…
13988 …method @NonNull public android.telephony.CarrierRestrictionRules.Builder setExcludedCarriers(@NonN…
13989 method @NonNull public android.telephony.CarrierRestrictionRules.Builder setMultiSimPolicy(int);
[all …]
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes7261 android.telephony.CarrierRestrictionRules$1
7262 android.telephony.CarrierRestrictionRules$Builder
7263 android.telephony.CarrierRestrictionRules
H A Dboot-image-profile.txt30057 Landroid/telephony/CarrierRestrictionRules$1;
30058 Landroid/telephony/CarrierRestrictionRules$Builder;
30059 Landroid/telephony/CarrierRestrictionRules;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes7292 android.telephony.CarrierRestrictionRules$1
7293 android.telephony.CarrierRestrictionRules$Builder
7294 android.telephony.CarrierRestrictionRules
H A Dboot-image-profile.txt40191 Landroid/telephony/CarrierRestrictionRules$1;
40192 Landroid/telephony/CarrierRestrictionRules$Builder;
40193 Landroid/telephony/CarrierRestrictionRules;