Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/service/euicc/
H A 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()
145 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilder_BasedOnAnotherProfile()
170 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testBuilder_BasedOnAnotherProfileWithEmptyAccessRules()
193 .setPolicyRules(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE) in testEqualsHashCode()
233 t = new EuiccProfileInfo.Builder(p).setPolicyRules(0).build(); in testEqualsHashCode()
/aosp14/frameworks/base/telephony/java/android/service/euicc/
H A DEuiccProfileInfo.java302 public Builder setPolicyRules(@PolicyRule int value) { in setPolicyRules() method in EuiccProfileInfo.Builder
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt12369 …method public android.service.euicc.EuiccProfileInfo.Builder setPolicyRules(@android.service.euicc…