Searched refs:executeLongFastbootCommand (Results 1 – 13 of 13) sorted by relevance
142 when(mMockDevice.executeLongFastbootCommand("getvar", "current-slot")) in doGetSlotExpectation()152 when(mMockDevice.executeLongFastbootCommand("getvar", "current-slot")) in doGetEmptySlotExpectation()196 when(mMockDevice.executeLongFastbootCommand("delete-logical-partition", "product_a")) in testSetUp_Success_NoVbmetaImage()198 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetUp_Success_NoVbmetaImage()199 when(mMockDevice.executeLongFastbootCommand("erase", "system_a")) in testSetUp_Success_NoVbmetaImage()201 when(mMockDevice.executeLongFastbootCommand( in testSetUp_Success_NoVbmetaImage()230 when(mMockDevice.executeLongFastbootCommand( in testSetup_Success()238 when(mMockDevice.executeLongFastbootCommand("delete-logical-partition", "product_a")) in testSetup_Success()240 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetup_Success()241 when(mMockDevice.executeLongFastbootCommand("erase", "system_a")) in testSetup_Success()[all …]
391 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetup_Success()392 when(mMockDevice.executeLongFastbootCommand( in testSetup_Success()421 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetup_Success_with_flash_options()422 when(mMockDevice.executeLongFastbootCommand( in testSetup_Success_with_flash_options()455 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetup_Success_with_additional_fastboot_commands()456 when(mMockDevice.executeLongFastbootCommand( in testSetup_Success_with_additional_fastboot_commands()459 when(mMockDevice.executeLongFastbootCommand("erase misc")).thenReturn(mSuccessResult); in testSetup_Success_with_additional_fastboot_commands()460 when(mMockDevice.executeLongFastbootCommand("erase devinfo")).thenReturn(mSuccessResult); in testSetup_Success_with_additional_fastboot_commands()490 when(mMockDevice.executeLongFastbootCommand( in testSetup_Success_with_disable_verity()496 when(mMockDevice.executeLongFastbootCommand("-w")).thenReturn(mSuccessResult); in testSetup_Success_with_disable_verity()[all …]
607 when(mMockDevice.executeLongFastbootCommand( in testCheckAndFlashSystem_flashing()652 .executeLongFastbootCommand(Mockito.anyMap(), Mockito.anyString()); in testCheckAndFlashSystemWithFlashall()688 when(mMockDevice.executeLongFastbootCommand( in testFlashingSystemWithRamdisk()695 when(mMockDevice.executeLongFastbootCommand( in testFlashingSystemWithRamdisk()736 when(mMockDevice.executeLongFastbootCommand( in testSkipFlashingSystemWithRamdisk()770 when(mMockDevice.executeLongFastbootCommand( in testCheckAndFlashSystem_withFlashOptions()803 when(mMockDevice.executeLongFastbootCommand( in testCheckAndFlashSystem_exception()904 when(mockDevice.executeLongFastbootCommand( in setFastbootFlashExpectations()
79 CommandResult r = device.executeLongFastbootCommand("-w"); in doFormat()103 CommandResult r = device.executeLongFastbootCommand(op, partition); in performFastbootOp()
224 device.executeLongFastbootCommand( in flashGsi()365 CommandResult result = device.executeLongFastbootCommand(cmdArgs); in executeFastbootCmd()
105 device.executeLongFastbootCommand("-w"); in clean()
958 device.executeLongFastbootCommand( in executeFastbootCmd()
1100 CommandResult result = device.executeLongFastbootCommand(envVarMap, cmdArgs); in executeLongFastbootCmd()
540 public CommandResult executeLongFastbootCommand(String... commandArgs) in executeLongFastbootCommand() method555 public CommandResult executeLongFastbootCommand( in executeLongFastbootCommand() method
227 .executeLongFastbootCommand( in testBlockCompareUpdate()390 .executeLongFastbootCommand( in revertToPreviousBuild()
2474 public CommandResult executeLongFastbootCommand(String... cmdArgs) in executeLongFastbootCommand() method in NativeDevice2476 return executeLongFastbootCommand(new HashMap<>(), cmdArgs); in executeLongFastbootCommand()2481 public CommandResult executeLongFastbootCommand( in executeLongFastbootCommand() method in NativeDevice2575 return executeLongFastbootCommand("erase", partition); in fastbootWipePartition()2577 return executeLongFastbootCommand("format", partition); in fastbootWipePartition()
859 mDevice.executeLongFastbootCommand( in flashStaticPartition()
FileMd5$FileChecksum$1.class FileMd5.java package FileMd5$FileChecksum$1 extends com. ...