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