Home
last modified time | relevance | path

Searched refs:getCurrentSlot (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java215 String currSlot = getCurrentSlot(device); in flashGsi()
291 private String getCurrentSlot(ITestDevice device) in getCurrentSlot() method in GsiDeviceFlashPreparer
DFastbootDeviceFlasher.java991 protected String getCurrentSlot(ITestDevice device) in getCurrentSlot() method in FastbootDeviceFlasher
/tools/tradefederation/core/javatests/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java189 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_fastboot()
200 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_adb()
214 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_null()