Home
last modified time | relevance | path

Searched defs:propName (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DDeviceSelectionOptions.java735 private String getProperty(IDevice device, String propName) { in getProperty()
DNativeDevice.java588 protected String internalGetProperty(String propName, String fastbootVar, String description) in internalGetProperty()
725 String propName = parts[0].substring(1).trim(); in batchPrefetchStartupBuildProps() local