Home
last modified time | relevance | path

Searched refs:PolicyRule (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/android/service/euicc/
DEuiccProfileInfo.java57 public @interface PolicyRule {} annotation in EuiccProfileInfo
134 @PolicyRule private final int mPolicyRules;
228 @PolicyRule private int mPolicyRules;
314 public Builder setPolicyRules(@PolicyRule int value) { in setPolicyRules()
334 @PolicyRule int policyRules, in EuiccProfileInfo()
397 @PolicyRule
408 public boolean hasPolicyRule(@PolicyRule int policy) { in hasPolicyRule()
/frameworks/base/telephony/java/android/telephony/euicc/
DEuiccRulesAuthTable.java151 public int findIndex(@EuiccProfileInfo.PolicyRule int policy, CarrierIdentifier carrierId) { in findIndex()
/frameworks/base/core/api/
Dsystem-removed.txt155 …java.lang.annotation.RetentionPolicy.SOURCE) public static @interface EuiccProfileInfo.PolicyRule {