Searched refs:isSysAllowlisted (Results 1 – 2 of 2) sorted by relevance
168 assertThat(mPowerAllowlistBackend.isSysAllowlisted(PACKAGE_ONE)).isTrue(); in testIsSystemAllowlisted()169 assertThat(mPowerAllowlistBackend.isSysAllowlisted(PACKAGE_TWO)).isFalse(); in testIsSystemAllowlisted()
80 public boolean isSysAllowlisted(String pkg) { in isSysAllowlisted() method in PowerAllowlistBackend