Home
last modified time | relevance | path

Searched refs:mWifiAdjustmentForSuspend (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/power/
DCarPowerManagementService.java245 private final boolean mWifiAdjustmentForSuspend; field in CarPowerManagementService
572 mWifiAdjustmentForSuspend = isWifiAdjustmentForSuspendConfig(); in CarPowerManagementService()
668 writer.printf("mWifiAdjustmentForSuspend: %b\n", mWifiAdjustmentForSuspend); in dump()
728 proto.write(CarPowerDumpProto.WIFI_ADJUSTMENT_FOR_SUSPEND, mWifiAdjustmentForSuspend); in dumpProto()
1015 if (mWifiAdjustmentForSuspend) { in handleWaitForVhal()
1403 if (mWifiAdjustmentForSuspend) { in doHandleFinish()