Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DDevicePropertyInfo.java111 Map<String, String> propertyMap = new HashMap<>(); in getPropertytMapWithPrefix() local
113 propertyMap.put(prefix + "abi", mAbi); in getPropertytMapWithPrefix()
114 propertyMap.put(prefix + "abi2", mAbi2); in getPropertytMapWithPrefix()
115 propertyMap.put(prefix + "abis", mAbis); in getPropertytMapWithPrefix()
116 propertyMap.put(prefix + "abis_32", mAbis32); in getPropertytMapWithPrefix()
117 propertyMap.put(prefix + "abis_64", mAbis64); in getPropertytMapWithPrefix()
118 propertyMap.put(prefix + "board", mBoard); in getPropertytMapWithPrefix()
119 propertyMap.put(prefix + "brand", mBrand); in getPropertytMapWithPrefix()
120 propertyMap.put(prefix + "device", mDevice); in getPropertytMapWithPrefix()
121 propertyMap.put(prefix + "fingerprint", mFingerprint); in getPropertytMapWithPrefix()
[all …]