/aosp14/frameworks/base/telephony/java/android/telephony/ |
H A D | CarrierRestrictionRules.java | 24 import android.service.carrier.CarrierIdentifier; 101 private List<CarrierIdentifier> mAllowedCarriers; 102 private List<CarrierIdentifier> mExcludedCarriers; 111 mAllowedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules() 112 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules() 119 mAllowedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules() 120 mExcludedCarriers = new ArrayList<CarrierIdentifier>(); in CarrierRestrictionRules() 150 public @NonNull List<CarrierIdentifier> getAllowedCarriers() { in getAllowedCarriers() 186 @NonNull List<CarrierIdentifier> carrierIds) { in areCarrierIdentifiersAllowed() 216 private static boolean isCarrierIdInList(CarrierIdentifier id, List<CarrierIdentifier> list) { in isCarrierIdInList() [all …]
|
H A D | TelephonyManager.java | 76 import android.service.carrier.CarrierIdentifier; 13024 public int setAllowedCarriers(int slotIndex, List<CarrierIdentifier> carriers) { in setAllowedCarriers() 13183 public List<CarrierIdentifier> getAllowedCarriers(int slotIndex) { in getAllowedCarriers() 13190 return new ArrayList<CarrierIdentifier>(0); in getAllowedCarriers()
|
/aosp14/frameworks/base/telephony/java/android/telephony/euicc/ |
H A D | EuiccRulesAuthTable.java | 23 import android.service.carrier.CarrierIdentifier; 51 private final CarrierIdentifier[][] mCarrierIds; 57 private CarrierIdentifier[][] mCarrierIds; 68 mCarrierIds = new CarrierIdentifier[ruleNum][]; in Builder() 152 CarrierIdentifier[] carrierIds = mCarrierIds[i]; in findIndex() 157 CarrierIdentifier ruleCarrierId = carrierIds[j]; in findIndex() 199 for (CarrierIdentifier[] ids : mCarrierIds) { in writeToParcel() 219 CarrierIdentifier[] carrierIds = mCarrierIds[i]; in equals() 220 CarrierIdentifier[] thatCarrierIds = that.mCarrierIds[i]; in equals() 244 mCarrierIds = new CarrierIdentifier[len][]; in EuiccRulesAuthTable() [all …]
|
/aosp14/frameworks/base/telephony/java/android/service/carrier/ |
H A D | CarrierIdentifier.java | 37 public class CarrierIdentifier implements Parcelable { class 40 …atic final @android.annotation.NonNull Creator<CarrierIdentifier> CREATOR = new Creator<CarrierIde… 42 public CarrierIdentifier createFromParcel(Parcel parcel) { 43 return new CarrierIdentifier(parcel); 47 public CarrierIdentifier[] newArray(int i) { 48 return new CarrierIdentifier[i]; 61 public CarrierIdentifier(String mcc, String mnc, @Nullable String spn, @Nullable String imsi, in CarrierIdentifier() method in CarrierIdentifier 79 public CarrierIdentifier(@NonNull String mcc, @NonNull String mnc, @Nullable String spn, in CarrierIdentifier() method in CarrierIdentifier 100 public CarrierIdentifier(byte[] mccMnc, @Nullable String gid1, @Nullable String gid2) { in CarrierIdentifier() method in CarrierIdentifier 119 public CarrierIdentifier(Parcel parcel) { in CarrierIdentifier() method in CarrierIdentifier [all …]
|
H A D | ICarrierService.aidl | 21 import android.service.carrier.CarrierIdentifier; 32 oneway void getCarrierConfig(in int phoneId, in CarrierIdentifier id, in ResultReceiver result); in getCarrierConfig()
|
H A D | CarrierService.java | 104 public abstract PersistableBundle onLoadConfig(CarrierIdentifier id); in onLoadConfig() 151 public PersistableBundle onLoadConfig(int subscriptionId, @Nullable CarrierIdentifier id) { in onLoadConfig() 236 public void getCarrierConfig(int phoneId, CarrierIdentifier id, ResultReceiver result) { in getCarrierConfig()
|
H A D | CarrierIdentifier.aidl | 19 parcelable CarrierIdentifier;
|
/aosp14/frameworks/base/core/tests/coretests/src/android/service/euicc/ |
H A D | EuiccProfileInfoTest.java | 26 import android.service.carrier.CarrierIdentifier; 50 new CarrierIdentifier( in testWriteToParcel() 102 new CarrierIdentifier( in testBuilderAndGetters() 139 new CarrierIdentifier( in testBuilder_BasedOnAnotherProfile() 164 new CarrierIdentifier( in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules() 187 new CarrierIdentifier( in testEqualsHashCode() 250 .setCarrierIdentifier(new CarrierIdentifier(new byte[] {1, 2, 3, 4}, null, null)); in testBuilderSetOperatorMccMnc_Illegal()
|
/aosp14/frameworks/base/telephony/java/android/service/euicc/ |
H A D | EuiccProfileInfo.java | 26 import android.service.carrier.CarrierIdentifier; 119 private final CarrierIdentifier mCarrierIdentifier; 175 mCarrierIdentifier = CarrierIdentifier.CREATOR.createFromParcel(in); in EuiccProfileInfo() 215 private CarrierIdentifier mCarrierIdentifier; 296 public Builder setCarrierIdentifier(CarrierIdentifier value) { in setCarrierIdentifier() 321 CarrierIdentifier carrierIdentifier, in EuiccProfileInfo() 380 public CarrierIdentifier getCarrierIdentifier() { in getCarrierIdentifier()
|
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ITelephony.aidl | 32 import android.service.carrier.CarrierIdentifier;
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 12339 method public android.service.carrier.CarrierIdentifier getCarrierIdentifier(); 12366 …ice.euicc.EuiccProfileInfo.Builder setCarrierIdentifier(android.service.carrier.CarrierIdentifier); 13967 …> areCarrierIdentifiersAllowed(@NonNull java.util.List<android.service.carrier.CarrierIdentifier>); 13969 …method @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getAllowedCarrier… 13971 …method @NonNull public java.util.List<android.service.carrier.CarrierIdentifier> getExcludedCarrie… 13986 …les.Builder setAllowedCarriers(@NonNull java.util.List<android.service.carrier.CarrierIdentifier>); 13988 …es.Builder setExcludedCarriers(@NonNull java.util.List<android.service.carrier.CarrierIdentifier>); 14790 …IVILEGED_PHONE_STATE) public java.util.List<android.service.carrier.CarrierIdentifier> getAllowedC… 14893 …ATE) public int setAllowedCarriers(int, java.util.List<android.service.carrier.CarrierIdentifier>); 15527 …@android.service.euicc.EuiccProfileInfo.PolicyRule int, android.service.carrier.CarrierIdentifier); [all …]
|
H A D | current.txt | 40169 public class CarrierIdentifier implements android.os.Parcelable { 40170 …ctor public CarrierIdentifier(String, String, @Nullable String, @Nullable String, @Nullable String… 40171 …ctor public CarrierIdentifier(@NonNull String, @NonNull String, @Nullable String, @Nullable String… 40172 ctor public CarrierIdentifier(byte[], @Nullable String, @Nullable String); 40183 …blic static final android.os.Parcelable.Creator<android.service.carrier.CarrierIdentifier> CREATOR; 40244 …blic abstract android.os.PersistableBundle onLoadConfig(android.service.carrier.CarrierIdentifier); 40245 …ndroid.os.PersistableBundle onLoadConfig(int, @Nullable android.service.carrier.CarrierIdentifier);
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 49041 Landroid/service/carrier/CarrierIdentifier$MatchType;->ALL:I 49042 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID1:I 49043 Landroid/service/carrier/CarrierIdentifier$MatchType;->GID2:I 49044 Landroid/service/carrier/CarrierIdentifier$MatchType;->IMSI_PREFIX:I 49045 Landroid/service/carrier/CarrierIdentifier$MatchType;->SPN:I 49047 Landroid/service/carrier/CarrierIdentifier;->mGid1:Ljava/lang/String; 49048 Landroid/service/carrier/CarrierIdentifier;->mGid2:Ljava/lang/String; 49049 Landroid/service/carrier/CarrierIdentifier;->mImsi:Ljava/lang/String; 49050 Landroid/service/carrier/CarrierIdentifier;->mMcc:Ljava/lang/String; 49051 Landroid/service/carrier/CarrierIdentifier;->mMnc:Ljava/lang/String; [all …]
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 6816 android.service.carrier.CarrierIdentifier$1 6817 android.service.carrier.CarrierIdentifier
|
H A D | boot-image-profile.txt | 29609 Landroid/service/carrier/CarrierIdentifier$1; 29610 Landroid/service/carrier/CarrierIdentifier;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 6820 android.service.carrier.CarrierIdentifier$1 6821 android.service.carrier.CarrierIdentifier
|
H A D | boot-image-profile.txt | 39716 Landroid/service/carrier/CarrierIdentifier$1; 39717 Landroid/service/carrier/CarrierIdentifier;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |