Searched refs:enableStandbyPorts (Results 1 – 2 of 2) sorted by relevance
379 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in systemReady()406 mEnableStandbyPorts = mDeviceConfig.enableStandbyPorts(); in onDeviceConfigFlagsChanged()1379 public boolean enableStandbyPorts() { in enableStandbyPorts() method in LowPowerStandbyController.DeviceConfigWrapper
162 when(mDeviceConfigWrapperMock.enableStandbyPorts()).thenReturn(true); in setUp()