HomeSort by relevance Sort by last modified time
    Searched defs:hasPolicyRule (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/service/euicc/
EuiccProfileInfoTest.java 122 assertTrue(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DELETE));
123 assertFalse(p.hasPolicyRule(EuiccProfileInfo.POLICY_RULE_DO_NOT_DISABLE));
  /frameworks/base/core/java/android/service/euicc/
EuiccProfileInfo.java 391 public boolean hasPolicyRule(@PolicyRule int policy) {

Completed in 59 milliseconds