Home
last modified time | relevance | path

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

/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DTest.java37 public int compareTo(Test another) { in compareTo() argument
38 return getName().compareTo(another.getName()); in compareTo()
DTestCase.java46 public int compareTo(TestCase another) { in compareTo() argument
47 return getName().compareTo(another.getName()); in compareTo()
DTestSuite.java66 public int compareTo(TestSuite another) { in compareTo() argument
67 return getName().compareTo(another.getName()); in compareTo()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiConstructor.java41 public int compareTo(ApiConstructor another) { in compareTo() argument
42 return mParameterTypes.size() - another.mParameterTypes.size(); in compareTo()
DApiMethod.java64 public int compareTo(ApiMethod another) { in compareTo() argument
65 return mName.compareTo(another.mName); in compareTo()
DApiClass.java61 public int compareTo(ApiClass another) { in compareTo() argument
62 return mName.compareTo(another.mName); in compareTo()
/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java67 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing() local
68 assertSame(first, another); in testSecondEquivalentInstallDoesNothing()
75 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled() local
78 assertNotSame(first, another); in testInstallClosesPreviouslyInstalled()
/cts/tools/tradefed-host/
DREADME15 - automatically continue a CTS test run on another device if connection