Home
last modified time | relevance | path

Searched refs:POLICY_RULE_DO_NOT_DELETE (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/data/
DEuiccRulesAuthTableTest.java40 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE in testFindIndex()
46 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, in testFindIndex()
70 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE in testFindIndex()
86 assertEquals(1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex()
87 assertEquals(3, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex()
104 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE in testFindIndex_AllowAllWithUserConsent()
115 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex_AllowAllWithUserConsent()
116 assertEquals(0, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex_AllowAllWithUserConsent()
128 assertEquals(-1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opA)); in testFindIndex_DisallowAll()
129 assertEquals(-1, rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, opB)); in testFindIndex_DisallowAll()
[all …]
/frameworks/base/core/tests/coretests/src/android/service/euicc/
DEuiccProfileInfoTest.java52 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testWriteToParcel()
76 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testWriteToParcelNullCarrierId()
106 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilderAndGetters()
120 assertEquals(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, p.getPolicyRules()); in testBuilderAndGetters()
122 assertTrue(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE)); in testBuilderAndGetters()
143 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilder_BasedOnAnotherProfile()
168 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testEqualsHashCode()
/frameworks/base/core/java/android/service/euicc/
DEuiccProfileInfo.java45 POLICY_RULE_DO_NOT_DELETE,
53 public static final int POLICY_RULE_DO_NOT_DELETE = 1 << 1; field in EuiccProfileInfo
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
DEuiccCardTest.java266 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE in testGetProfile()
461 rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, in testGetRulesAuthTable()
/frameworks/base/api/
Dsystem-current.txt4441 field public static final int POLICY_RULE_DO_NOT_DELETE = 2; // 0x2
/frameworks/base/config/
Dhiddenapi-public-dex.txt39892 Landroid/service/euicc/EuiccProfileInfo;->POLICY_RULE_DO_NOT_DELETE:I