Searched refs:getSystemFlashingStatus (Results 1 – 6 of 6) sorted by relevance
139 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.SUCCESS); in testSetup()153 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.SUCCESS); in testSetup_trunk()241 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.SUCCESS); in testSetup_buildError()280 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.EXCEPTION); in testSetup_flashException()309 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(null); in testSetup_flashSkipped()328 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.SUCCESS); in testSetup_flashRamdisk()347 when(mMockFlasher.getSystemFlashingStatus()).thenReturn(CommandStatus.SUCCESS); in testSetup_flashRamdiskWithRamdiskPartition()
590 mFlasher.getSystemFlashingStatus()); in testCheckAndFlashSystem_noFlashing()618 mFlasher.getSystemFlashingStatus()); in testCheckAndFlashSystem_flashing()663 mFlasher.getSystemFlashingStatus()); in testCheckAndFlashSystemWithFlashall()708 mFlasher.getSystemFlashingStatus()); in testFlashingSystemWithRamdisk()749 mFlasher.getSystemFlashingStatus()); in testSkipFlashingSystemWithRamdisk()783 mFlasher.getSystemFlashingStatus()); in testCheckAndFlashSystem_withFlashOptions()818 mFlasher.getSystemFlashingStatus()); in testCheckAndFlashSystem_exception()
150 public CommandStatus getSystemFlashingStatus(); in getSystemFlashingStatus() method
422 CommandStatus status = flasher.getSystemFlashingStatus(); in setUp()
1170 public CommandStatus getSystemFlashingStatus() { in getSystemFlashingStatus() method in FastbootDeviceFlasher
188 public CommandStatus getSystemFlashingStatus() { in getSystemFlashingStatus() method in SystemUpdaterDeviceFlasher