Searched refs:prefix (Results 1 – 7 of 7) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | DevicePropertyInfo.java | 163 public Map<String, String> getPropertytMapWithPrefix(String prefix) { in getPropertytMapWithPrefix() argument 166 propertyMap.put(prefix + "abi", mAbi); in getPropertytMapWithPrefix() 167 propertyMap.put(prefix + "abi2", mAbi2); in getPropertytMapWithPrefix() 168 propertyMap.put(prefix + "abis", mAbis); in getPropertytMapWithPrefix() 169 propertyMap.put(prefix + "abis_32", mAbis32); in getPropertytMapWithPrefix() 170 propertyMap.put(prefix + "abis_64", mAbis64); in getPropertytMapWithPrefix() 171 propertyMap.put(prefix + "board", mBoard); in getPropertytMapWithPrefix() 172 propertyMap.put(prefix + "brand", mBrand); in getPropertytMapWithPrefix() 173 propertyMap.put(prefix + "device", mDevice); in getPropertytMapWithPrefix() 174 propertyMap.put(prefix + "fingerprint", mFingerprint); in getPropertytMapWithPrefix() [all …]
|
/platform_testing/libraries/health/rules/src/android/platform/test/rule/ |
D | ArtifactSaver.java | 50 static File artifactFile(Description description, String prefix, String ext) { in artifactFile() argument 62 + prefix in artifactFile() 122 String prefix) { in takeDebugScreenshot() argument 123 final File screenshot = artifactFile(description, prefix, "png"); in takeDebugScreenshot() 128 public static void takeDebugScreenshot(Description description, String prefix) { in takeDebugScreenshot() argument 129 File screenshotFile = takeDebugScreenshot(description, getUiDevice(), prefix); in takeDebugScreenshot()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | HelperAccessor.java | 40 public HelperAccessor<T> withPrefix(String prefix) { in withPrefix() argument 41 mPrefix = prefix; in withPrefix()
|
/platform_testing/libraries/collectors-helper/generic/src/com/android/helpers/ |
D | GenericExecutableCollectorHelper.java | 134 String prefix = mExecutableDir.relativize(executable).toString(); in execAndGetResults() local 145 result.put(String.join(METRIC_KEY_SEPARATOR, prefix, l[0], headers[col]), l[col]); in execAndGetResults()
|
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/ |
D | FlickerBlockJUnit4ClassRunner.kt | 84 val prefix = if (methods.isEmpty()) "One" else "Only one" in validateFlickerObject() constant 85 errors.add(Exception("$prefix object should be annotated with @FlickerObject")) in validateFlickerObject()
|
D | FlickerRunResult.kt | 308 enum class RunStatus(val prefix: String = "", val isFailure: Boolean) { in setResult() constant in Companion.RunStatus
|
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/ |
D | WaitUtils.kt | 156 val prefix = in waitForNullableValueToSettle() constant 163 prefix + in waitForNullableValueToSettle()
|