Home
last modified time | relevance | path

Searched refs:POLICY_RULE_DO_NOT_DELETE (Results 1 – 5 of 5) 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.java54 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testWriteToParcel()
78 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testWriteToParcelNullCarrierId()
108 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilderAndGetters()
122 assertEquals(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, p.getPolicyRules()); in testBuilderAndGetters()
124 assertTrue(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE)); in testBuilderAndGetters()
145 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilder_BasedOnAnotherProfile()
170 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testEqualsHashCode()
/frameworks/base/core/java/android/service/euicc/
DEuiccProfileInfo.java46 POLICY_RULE_DO_NOT_DELETE,
54 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.java289 EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE in testGetProfile()
484 rat.findIndex(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, in testGetRulesAuthTable()
/frameworks/base/api/
Dsystem-current.txt6432 field public static final int POLICY_RULE_DO_NOT_DELETE = 2; // 0x2
6456 …ICY_RULE_DO_NOT_DISABLE, android.service.euicc.EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE, android…