Home
last modified time | relevance | path

Searched defs:another (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java67 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing() local
75 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled() local
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTest.java37 public int compareTo(Test another) { in compareTo()
DTestCase.java46 public int compareTo(TestCase another) { in compareTo()
DTestSuite.java66 public int compareTo(TestSuite another) { in compareTo()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiConstructor.java41 public int compareTo(ApiConstructor another) { in compareTo()
DApiMethod.java64 public int compareTo(ApiMethod another) { in compareTo()
DApiClass.java61 public int compareTo(ApiClass another) { in compareTo()
/cts/common/util/src/com/android/compatibility/common/util/
DCaseResult.java111 public int compareTo(ICaseResult another) { in compareTo()
DModuleResult.java146 public int compareTo(IModuleResult another) { in compareTo()
DTestResult.java235 public int compareTo(ITestResult another) { in compareTo()