HomeSort by relevance Sort by last modified time
    Searched refs:internalGetProperty (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
NativeDevice.java 385 protected String internalGetProperty(String propName, String fastbootVar, String description)
454 return internalGetProperty("ro.bootloader", "version-bootloader", "Bootloader");
459 return internalGetProperty("gsm.version.baseband", "version-baseband", "Baseband");
477 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type");
515 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant");
518 internalGetProperty(
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
NativeDeviceTest.java     [all...]

Completed in 602 milliseconds