Searched defs:EuiccRulesAuthTable (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/telephony/java/android/telephony/euicc/
H A DEuiccRulesAuthTable.java39 public final class EuiccRulesAuthTable implements Parcelable { class in inherits:Parcelable
55 /** This is used to build new {@link EuiccRulesAuthTable} instance. */
77 public EuiccRulesAuthTable build() {
85 return new EuiccRulesAuthTable(mPolicyRules, mCarrierIds, mPolicyRuleFlags);
132 private EuiccRulesAuthTable(int[] policyRules, CarrierIdentifier[][] carrierIds, method in class:EuiccRulesAuthTable
215 EuiccRulesAuthTable that = (EuiccRulesAuthTable) obj;
242 private EuiccRulesAuthTable(Parcel source) { method in class:EuiccRulesAuthTable
252 public static final Creator<EuiccRulesAuthTable> CREATOR =
253 new Creator<EuiccRulesAuthTable>() {
[all...]

Completed in 60 milliseconds