Searched refs:internalGetProperty (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 448 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() method in NativeDevice 550 return internalGetProperty("ro.bootloader", "version-bootloader", "Bootloader"); in getBootloaderVersion() 555 return internalGetProperty("gsm.version.baseband", "version-baseband", "Baseband"); in getBasebandVersion() 573 String productType = internalGetProperty(DeviceProperties.BOARD, "product", "Product type"); in internalGetProductType() 576 productType = internalGetProperty(DeviceProperties.HARDWARE, "product", "Product type"); in internalGetProductType() 618 String prop = internalGetProperty(DeviceProperties.VARIANT, "variant", "Product variant"); in getProductVariant() 621 internalGetProperty( in getProductVariant() 626 internalGetProperty( in getProductVariant()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 2927 protected String internalGetProperty( in testGetProductVariant_legacyOmr1() 2945 protected String internalGetProperty( in testGetProductVariant_legacy()
|