Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DFastbootDeviceFlasherTest.java156 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_fastboot()
169 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_adb()
185 String currentSlot = mFlasher.getCurrentSlot(mMockDevice); in testGetCurrentSlot_null()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DGsiDeviceFlashPreparer.java192 String currSlot = getCurrentSlot(device); in flashGsi()
264 private String getCurrentSlot(ITestDevice device) in getCurrentSlot() method in GsiDeviceFlashPreparer
DFastbootDeviceFlasher.java742 protected String getCurrentSlot(ITestDevice device) in getCurrentSlot() method in FastbootDeviceFlasher