Searched refs:mEnableStandbyPorts (Results 1 – 1 of 1) sorted by relevance
153 private boolean mEnableStandbyPorts; field in LowPowerStandbyController379 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in systemReady()406 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in onDeviceConfigFlagsChanged()955 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(uid)) { in acquireStandbyPorts()980 if (mEnableStandbyPorts && isEnabled() && isPackageExempt(standbyPortsLock.getUid())) { in releaseStandbyPorts()990 if (!isEnabled() || !mEnableStandbyPorts) { in getActiveStandbyPorts()