Home
last modified time | relevance | path

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

/cts/tests/tests/broadcastradio/src/android/broadcastradio/cts/
DRadioTunerTest.java144 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ true); in step_withDownDirection() local
150 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withDownDirection()
159 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_UP, /* skipSubChannel= */ false); in step_withUpDirection() local
165 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withUpDirection()
175 int stepResult = in step_withMultipleTimes() local
182 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in step_withMultipleTimes()
238 int stepResult = mRadioTuner.step(RadioTuner.DIRECTION_DOWN, /* skipSubChannel= */ false); in cancel_afterStepCompletes() local
240 .that(stepResult).isEqualTo(RadioManager.STATUS_OK); in cancel_afterStepCompletes()
/cts/tests/tests/os/src/android/os/cts/
DLowPowerStandbyTest.java716 String stepResult = executeShellCommand("dumpsys deviceidle step deep"); in enterDozeMaintenance() local
717 if (stepResult != null && stepResult.contains("IDLE_MAINTENANCE")) { in enterDozeMaintenance()