Home
last modified time | relevance | path

Searched defs:expectedName (Results 1 – 25 of 135) sorted by relevance

123456

/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/
DI18NameTest.java134 I18Name expectedName = new I18Name(TEST_LANGUAGE, TEST_LOCALE, TEST_TEXT); in parseBufferWithDefaultTestData() local
151 I18Name expectedName = new I18Name(language, Locale.forLanguageTag(language), text); in parseBufferWithFrenchData() local
165 I18Name expectedName = new I18Name(TEST_LANGUAGE, TEST_LOCALE, ""); in parseBufferWithEmptyText() local
/aosp_15_r20/packages/apps/Car/Settings/tests/deviceless/src/com/android/car/settings/bluetooth/
DBluetoothRenameDialogFragmentTest.java122 String expectedName = mFragment.getDeviceName() + editStr; in editorDoneAction_setsDeviceName() local
133 String expectedName = mFragment.getDeviceName(); in editorDoneAction_emptyName_doesNotSetDeviceName() local
146 String expectedName = mFragment.getDeviceName() + editStr; in positiveButtonClicked_setsDeviceName() local
/aosp_15_r20/packages/services/Car/tests/CarTestLibUnitTest/src/android/car/test/
DApiHelperTest.java199 private static Method assertMethod(String api, Class<?> expectedClass, String expectedName, in assertMethod()
208 Class<?> expectedFieldClass, String expectedName) { in assertField()
215 Class<?> expectedDeclaringClass, String expectedName) { in assertMember()
/aosp_15_r20/external/skia/modules/svg/include/
H A DSkSVGAttributeParser.h51 static ParseResult<T> parse(const char* expectedName, in parse()
62 static ParseResult<PropertyT> parseProperty(const char* expectedName, in parseProperty()
/aosp_15_r20/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/examples/
H A DSevenZArchiverTest.java107 private void assertDir(String expectedName, ArchiveEntry entry) { in assertDir()
113 …private void assertHelloWorld(String expectedName, String suffix, ArchiveEntry entry, SevenZFile z) in assertHelloWorld()
H A DParameterizedArchiverTest.java138 private void assertDir(String expectedName, ArchiveEntry entry) { in assertDir()
144 …private void assertHelloWorld(String expectedName, String suffix, ArchiveEntry entry, InputStream … in assertHelloWorld()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
H A DTimeZoneTest.java257 String expectedName = defaultZone.getDisplayName(defaulLocal); in test_getDisplayName() local
270 String expectedName = defaultZone.getDisplayName(false, TimeZone.LONG, in test_getDisplayName_ZI() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/
DTarUtilTest.java95 String expectedName = in testUnGzip_withTargzFormat() local
113 String expectedName = logTgzFile.getName().replace(".tgz", ".tar"); in testUnGzip_withTgzFormat() local
/aosp_15_r20/external/accompanist/permissions-lint/src/main/java/com/google/accompanist/permissions/lint/util/
H A DKotlinMetadataUtils.kt122 val expectedName = method.name.substringBefore("-") in findKmFunctionForPsiMethod() constant
/aosp_15_r20/external/javaparser/javaparser-core-testing-bdd/src/test/java/com/github/javaparser/steps/
H A DParsingSteps.java139 …nClassIsCalled(int statementPosition, int methodPosition, int classPosition, String expectedName) { in thenLambdaInClassIsCalled()
205 … int classPosition, String expectedName) { in thenMethodReferenceInStatementInMethodInClassIsScope()
214 … int classPosition, String expectedName) { in thenMethodReferenceInStatementInMethodInClassIdentifierIsCompareByAge()
H A DManipulationSteps.java247 …blic void thenMethodInClassHasTheName(int methodPosition, int classPosition, String expectedName) { in thenMethodInClassHasTheName()
263 …sTypeIntCalled(int methodPosition, int classPosition, int parameterPosition, String expectedName) { in thenMethodInClassParameterIsTypeIntCalled()
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerTest.java486 private boolean containsActivityInfoName(String expectedName, List<ResolveInfo> resolves) { in containsActivityInfoName()
498 private void checkActivityInfoName(String expectedName, List<ResolveInfo> resolves) { in checkActivityInfoName()
502 private void checkServiceInfoName(String expectedName, List<ResolveInfo> resolves) { in checkServiceInfoName()
516 private void checkPermissionInfoName(String expectedName, List<PermissionInfo> permissions) { in checkPermissionInfoName()
525 private void checkProviderInfoName(String expectedName, List<ProviderInfo> providers) { in checkProviderInfoName()
539 private void checkInstrumentationInfoName(String expectedName, in checkInstrumentationInfoName()
649 private void checkPackagesNameForUid(String expectedName, String[] uid) { in checkPackagesNameForUid()
660 private void checkPermissionGroupInfoName(String expectedName, in checkPermissionGroupInfoName()
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/format/
H A DTestUnicodeExtension.java948 public void test_getDisplayName(Locale l, TemporalField f, String expectedName) { in test_getDisplayName()
949 assertEquals(f.getDisplayName(l), expectedName); in test_getDisplayName() local
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batteryusage/
DBatteryDiffEntryTest.java197 final String expectedName = "Ambient display"; in testLoadLabelAndIcon_forSystemBattery_returnExpectedResult() local
227 final String expectedName = "Removed user"; in testLoadLabelAndIcon_forUserBattery_returnExpectedResult() local
/aosp_15_r20/external/armnn/src/armnn/test/
H A DNetworkTests.cpp422 std::string expectedName = std::string("quantize"); in ExecuteStrategy() local
490 std::string expectedName = std::string("merge"); in ExecuteStrategy() local
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
DVCardBuilderTest.java49 final String expectedName = "N" + expectedCommon + ";;;;"; in testVCardNameFieldFromDisplayName() local
/aosp_15_r20/external/cronet/components/cronet/android/fake/javatests/org/chromium/net/test/
H A DFakeCronetProviderTest.java36 String expectedName = "Fake-Cronet-Provider"; in testGetName() local
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/nativelib/
H A Dnativelib_test.go30 expectedName = "lib/x86/dummy.so" const
/aosp_15_r20/external/junit-params/src/test/java/junitparams/naming/
H A DNamingStrategyIsUsedByRunnerTest.java43 private static Description getChildDescriptionByName(Description parent, String expectedName) { in getChildDescriptionByName()
/aosp_15_r20/external/angle/src/libANGLE/
H A DPlatform.cpp49 const char *expectedName = angle::g_PlatformMethodNames[nameIndex]; in ANGLEGetDisplayPlatform() local
/aosp_15_r20/external/skia/tests/
H A DSkDOMTest.cpp16 const SkDOM::Node* node, const char* expectedName, in check_node()
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/methoditem/
H A DCommonParameterItemTest.kt251 val expectedName = expectedNames[i] in Test publicName reports correct name when called on binary class - ViewGroup#onLayout() constant
/aosp_15_r20/frameworks/base/packages/SettingsLib/tests/integ/src/com/android/settingslib/utils/
H A DZoneGetterTest.java102 private void testTimeZoneOffsetAndNameInner(String timeZoneId, String expectedName) { in testTimeZoneOffsetAndNameInner()
/aosp_15_r20/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DPreconditions.java65 String expectedName, T expectedValue) { in checkEquals()
/aosp_15_r20/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
H A DPreconditions.java61 String expectedName, T expectedValue) { in checkEquals()

123456