Searched refs:propName (Results 1 – 3 of 3) sorted by relevance
657 private String getProperty(IDevice device, String propName) { in getProperty() argument658 return device.getProperty(propName); in getProperty()
448 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty() argument450 String propValue = getProperty(propName); in internalGetProperty()
2928 String propName, String fastbootVar, String description) in testGetProductVariant_legacyOmr1()2930 if (DeviceProperties.VARIANT_LEGACY_O_MR1.equals(propName)) { in testGetProductVariant_legacyOmr1()2946 String propName, String fastbootVar, String description) in testGetProductVariant_legacy()2948 if (DeviceProperties.VARIANT_LEGACY_LESS_EQUAL_O.equals(propName)) { in testGetProductVariant_legacy()