Searched refs:getAllowListedAppIds (Results 1 – 4 of 4) sorted by relevance
422 return mPowerExemptionManager.getAllowListedAppIds(includingIdle); in getWhitelistedAppIds()
568 public int[] getAllowListedAppIds(boolean includingIdle) { in getAllowListedAppIds() method in PowerExemptionManager
473 when(mPowerExemptionManager.getAllowListedAppIds(anyBoolean())).thenReturn(new int[0]); in callSystemReady()2260 when(mPowerExemptionManager.getAllowListedAppIds(anyBoolean())) in testBackgroundChainOnAllowlistChange()
961 int[] allowlist = mPowerExemptionManager.getAllowListedAppIds(/* includingIdle */ false); in updatePowerSaveAllowlistUL()967 allowlist = mPowerExemptionManager.getAllowListedAppIds(/* includingIdle */ true); in updatePowerSaveAllowlistUL()