Searched refs:isPackageExempt (Results 1 – 3 of 3) sorted by relevance
904 boolean isPackageExempt(int uid) { in isPackageExempt() method in LowPowerStandbyController955 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(uid)) { in acquireStandbyPorts()980 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()
6366 return mLowPowerStandbyController.isPackageExempt(callingUid);
688 assertTrue(mController.isPackageExempt(TEST_PKG1_APP_ID)); in testIsExempt_exemptIfDisabled()697 assertFalse(mController.isPackageExempt(TEST_PKG1_APP_ID)); in testIsExempt_notExemptIfEnabled()