Searched refs:isPackageExempt (Results 1 – 3 of 3) sorted by relevance
938 boolean isPackageExempt(int uid) { in isPackageExempt() method in LowPowerStandbyController989 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(uid)) { in acquireStandbyPorts()1014 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()
6537 return mLowPowerStandbyController.isPackageExempt(callingUid);
743 assertTrue(mController.isPackageExempt(TEST_PKG1_APP_ID)); in testIsExempt_exemptIfDisabled()752 assertFalse(mController.isPackageExempt(TEST_PKG1_APP_ID)); in testIsExempt_notExemptIfEnabled()