Searched refs:stepResult (Results 1 – 2 of 2) sorted by relevance
144 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ true); in step_withDownDirection() local150 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withDownDirection()159 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_UP, /* skipSubChannel= */ false); in step_withUpDirection() local165 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withUpDirection()175 int stepResult = in step_withMultipleTimes() local182 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withMultipleTimes()238 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false); in cancel_afterStepCompletes() local240 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in cancel_afterStepCompletes()
716 String stepResult = executeShellCommand("dumpsys deviceidle step deep"); in enterDozeMaintenance() local717 if (stepResult != null && stepResult.contains("IDLE_MAINTENANCE")) { in enterDozeMaintenance()