HomeSort by relevance Sort by last modified time
    Searched full:isfastbootenabled (Results 1 - 5 of 5) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
IManagedTestDevice.java 69 public boolean isFastbootEnabled();
73 * Still requires {@link #isFastbootEnabled()} to be true, to have fastboot functions enabled.
79 * Still requires {@link #isFastbootEnabled()} to be true, to have fastboot functions enabled.
NativeDevice.java     [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/
BootMode.c 202 if (IsFastBootEnabled (PeiServices) && IsPreviousBootSuccessful (PeiServices)) {
321 IsFastBootEnabled (
Platform.h 208 IsFastBootEnabled (
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
TestDeviceFuncTest.java 514 if (!mTestDevice.isFastbootEnabled()) {
541 if (!mTestDevice.isFastbootEnabled()) {
567 if (!mTestDevice.isFastbootEnabled()) {
594 if (!mTestDevice.isFastbootEnabled()) {
785 if (!mTestDevice.isFastbootEnabled()) {
    [all...]

Completed in 815 milliseconds