Home
last modified time | relevance | path

Searched defs:getCurrentRules (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/integrity/
H A DIAppIntegrityManager.aidl29 ParceledListSlice<Rule> getCurrentRules(); in getCurrentRules() method
/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
/aosp14/frameworks/base/services/core/java/com/android/server/integrity/
H A DAppIntegrityManagerServiceImpl.java260 public ParceledListSlice<Rule> getCurrentRules() { in getCurrentRules() method in AppIntegrityManagerServiceImpl