Searched refs:THERMAL_MITIGATION_COMMAND_BASE (Results 1 – 1 of 1) sorted by relevance
265 private static final String THERMAL_MITIGATION_COMMAND_BASE = "cmd phone thermal-mitigation "; field in TelephonyManagerTest621 cmdBuilder.append(THERMAL_MITIGATION_COMMAND_BASE).append(DISALLOW_PACKAGE_SUBCOMMAND) in tearDown()5278 cmdBuilder.append(THERMAL_MITIGATION_COMMAND_BASE).append(ALLOW_PACKAGE_SUBCOMMAND) in testSendThermalMitigationRequest()