Home
last modified time | relevance | path

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

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DPhoneAccountRegistrarTest.java109 private static final String INVALID_STR = "a".repeat(INVALID_CHAR_LIMIT_COUNT); field in PhoneAccountRegistrarTest
1526 String invalidPackageName = INVALID_STR; in testInvalidPhoneAccountHandlePackageNameThrowsException()
1553 String invalidClassName = INVALID_STR; in testInvalidPhoneAccountHandleClassNameThrowsException()
1579 String invalidId = INVALID_STR; in testInvalidPhoneAccountHandleIdThrowsException()
1603 String invalidLabel = INVALID_STR; in testInvalidLabelThrowsException()
1632 String invalidShortDescription = INVALID_STR; in testInvalidShortDescriptionThrowsException()
1657 String invalidGroupId = INVALID_STR; in testInvalidGroupIdThrowsException()
1682 String invalidBundleKey = INVALID_STR; in testInvalidExtraStringKeyThrowsException()
1711 String invalidBundleValue = INVALID_STR; in testInvalidExtraStringValueThrowsException()
1787 builder.addSupportedUriScheme(INVALID_STR); in testLimitOnSchemeLength()
[all …]