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.java588 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() method in NativeDevice
798 return internalGetProperty("ro.bootloader", "version-bootloader", "Bootloader"); in getBootloaderVersion()
803 return internalGetProperty("gsm.version.baseband", "version-baseband", "Baseband"); in getBasebandVersion()
821 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType()
824 productType = internalGetProperty(DeviceProperties.HARDWARE, "product", "Product type"); in internalGetProductType()
866 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant()
869 internalGetProperty( in getProductVariant()
874 internalGetProperty( in getProductVariant()
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java3015 protected String internalGetProperty( in testGetProductVariant_legacyOmr1()
3033 protected String internalGetProperty( in testGetProductVariant_legacy()