Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/tests/coretests/src/android/service/euicc/
H A DEuiccProfileInfoTest.java124 assertTrue(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE)); in testBuilderAndGetters()
125 assertFalse(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE)); in testBuilderAndGetters()
/aosp12/frameworks/base/telephony/java/android/service/euicc/
H A DEuiccProfileInfo.java398 public boolean hasPolicyRule(@PolicyRule int policy) { in hasPolicyRule() method in EuiccProfileInfo
/aosp12/frameworks/base/core/api/
H A Dsystem-current.txt9977 method public boolean hasPolicyRule(@android.service.euicc.EuiccProfileInfo.PolicyRule int);