Home
last modified time | relevance | path

Searched refs:getCurrentRules (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DIAppIntegrityManager.aidl29 ParceledListSlice<Rule> getCurrentRules(); in getCurrentRules() method
H A DAppIntegrityManager.java118 ParceledListSlice<Rule> rules = mManager.getCurrentRules(); in getCurrentRuleSet()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/
H A DAppIntegrityManagerServiceImplTest.java482 public void getCurrentRules() throws Exception { in getCurrentRules() method in AppIntegrityManagerServiceImplTest
488 assertThat(mService.getCurrentRules().getList()).containsExactly(rule); in getCurrentRules()
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java260 public ParceledListSlice<Rule> getCurrentRules() { in getCurrentRules() method in AppIntegrityManagerServiceImpl