Home
last modified time | relevance | path

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

/platform_testing/libraries/flag-helpers/libflagtest/
Dandroid.test.myflags.aconfig13 description: "another testing flag that is always disabled"
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCaseResult.java111 public int compareTo(ICaseResult another) { in compareTo() argument
112 return getName().compareTo(another.getName()); in compareTo()
DModuleResult.java258 public int compareTo(IModuleResult another) { in compareTo() argument
259 return getId().compareTo(another.getId()); in compareTo()
DTestResult.java273 public int compareTo(ITestResult another) { in compareTo() argument
274 return getName().compareTo(another.getName()); in compareTo()
/platform_testing/libraries/sts-common-util/sts-sdk/package/
Dbuild.gradle34 // To add another Android apk to the test, copy the block above and rename
60 // To add another Android apk to the test, copy the block above and rename
80 // To add another Android apk to the test, copy the block above and rename
/platform_testing/libraries/audio-test-harness/server/
DAndroid.bp19 // any connected gRPC clients either on another host or a device.