Home
last modified time | relevance | path

Searched refs:internalGetProperty (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java385 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() method in NativeDevice
454 return internalGetProperty("ro.bootloader", "version-bootloader", "Bootloader"); in getBootloaderVersion()
459 return internalGetProperty("gsm.version.baseband", "version-baseband", "Baseband"); in getBasebandVersion()
477 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType()
515 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant()
518 internalGetProperty( in getProductVariant()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2186 protected String internalGetProperty( in testGetProductVariant_legacy()