Searched refs:another (Results 1 – 8 of 8) sorted by relevance
37 public int compareTo(Test another) { in compareTo() argument38 return getName().compareTo(another.getName()); in compareTo()
46 public int compareTo(TestCase another) { in compareTo() argument47 return getName().compareTo(another.getName()); in compareTo()
66 public int compareTo(TestSuite another) { in compareTo() argument67 return getName().compareTo(another.getName()); in compareTo()
41 public int compareTo(ApiConstructor another) { in compareTo() argument42 return mParameterTypes.size() - another.mParameterTypes.size(); in compareTo()
64 public int compareTo(ApiMethod another) { in compareTo() argument65 return mName.compareTo(another.mName); in compareTo()
61 public int compareTo(ApiClass another) { in compareTo() argument62 return mName.compareTo(another.mName); in compareTo()
67 HttpResponseCache another = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing() local68 assertSame(first, another); in testSecondEquivalentInstallDoesNothing()75 HttpResponseCache another = HttpResponseCache.install(cacheDir, 8 * 1024 * 1024); in testInstallClosesPreviouslyInstalled() local78 assertNotSame(first, another); in testInstallClosesPreviouslyInstalled()
15 - automatically continue a CTS test run on another device if connection