Searched refs:isSoftwarePnoEnabled (Results 1 – 3 of 3) sorted by relevance
912 public boolean isSoftwarePnoEnabled() { in isSoftwarePnoEnabled() method in DeviceConfigFacade
2543 when(mDeviceConfigFacade.isSoftwarePnoEnabled()).thenReturn(true); in testSuccessfulSwPnoScan()2617 when(mDeviceConfigFacade.isSoftwarePnoEnabled()).thenReturn(true); in testSwPnoScanIterations()2670 when(mDeviceConfigFacade.isSoftwarePnoEnabled()).thenReturn(true); in testFailedSwPnoScanInvalidConfigs()
2460 && mDeviceConfigFacade.isSoftwarePnoEnabled()) { in processMessage()