Home
last modified time | relevance | path

Searched refs:expectedName (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/
DTarUtilTest.java95 String expectedName = in testUnGzip_withTargzFormat() local
97 Assert.assertEquals(expectedName, testFile.getName()); in testUnGzip_withTargzFormat()
113 String expectedName = logTgzFile.getName().replace(".tgz", ".tar"); in testUnGzip_withTgzFormat() local
114 Assert.assertEquals(expectedName, testFile.getName()); in testUnGzip_withTgzFormat()
/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
DCommonParameterItemTest.kt247 val expectedName = expectedNames[i] in Test publicName reports correct name when called on binary class - ViewGroup#onLayout() constant
248 assertEquals("$i:name()", expectedName, parameterItem.name()) in Test publicName reports correct name when called on binary class - ViewGroup#onLayout()