Home
last modified time | relevance | path

Searched refs:toUpperCase (Results 1 – 25 of 160) sorted by relevance

1234567

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DExpectedKey.java147 public ExpectedKey toUpperCase(Locale locale) { in toUpperCase() method in ExpectedKey
148 return newInstance(mVisual.toUpperCase(locale), mOutput.toUpperCase(locale)); in toUpperCase()
222 public ExpectedAdditionalMoreKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedAdditionalMoreKey
223 final ExpectedKey upperCaseKey = super.toUpperCase(locale); in toUpperCase()
242 public ExpectedKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedKeyWithMoreKeys
245 upperCaseMoreKeys[i] = mMoreKeys[i].toUpperCase(locale); in toUpperCase()
247 return newInstance(getVisual().toUpperCase(locale), getOutput().toUpperCase(locale), in toUpperCase()
347 public ExpectedKey toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKey.ExpectedKeyWithMoreKeysAndAdditionalMoreKeys
351 upperCaseMoreKeys[i] = moreKeys[i].toUpperCase(locale); in toUpperCase()
356 upperCaseAdditionalMoreKeys[i] = mAdditionalMoreKeys[i].toUpperCase(locale); in toUpperCase()
[all …]
DExpectedKeyOutput.java44 abstract ExpectedKeyOutput toUpperCase(final Locale locale); in toUpperCase() method in ExpectedKeyOutput
61 ExpectedKeyOutput toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyOutput.Code
107 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyOutput.Code.CasePreservedCode
123 ExpectedKeyOutput toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyOutput.Text
124 return newInstance(mText.toUpperCase(locale)); in toUpperCase()
163 ExpectedKeyOutput toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyOutput.Text.CasePreservedText
DExpectedKeyVisual.java42 abstract ExpectedKeyVisual toUpperCase(final Locale locale); in toUpperCase() method in ExpectedKeyVisual
71 ExpectedKeyVisual toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyVisual.Icon
137 ExpectedKeyVisual toUpperCase(final Locale locale) { in toUpperCase() method in ExpectedKeyVisual.Label
187 ExpectedKeyVisual toUpperCase(final Locale locale) { return this; } in toUpperCase() method in ExpectedKeyVisual.Label.CasePreservedLabel
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java153 .toUpperCase() in testScheduleRecordings()
216 .toUpperCase()), in testScheduleRecordings()
224 .toUpperCase()), in testScheduleRecordings()
240 .toUpperCase()), in testScheduleRecordings()
268 .toUpperCase()), in testScheduleRecordings()
275 .toUpperCase()), in testScheduleRecordings()
293 .toUpperCase()), in testScheduleRecordings()
300 .toUpperCase()), in testScheduleRecordings()
310 .toUpperCase())); in testScheduleRecordings()
/packages/apps/Dialer/java/com/android/dialer/assisteddialing/
DLocationDetector.java59 return Optional.of(userProvidedHomeCountry.toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()
65 return Optional.of(telephonyManager.getSimCountryIso().toUpperCase(Locale.US)); in getUpperCaseUserHomeCountry()
76 return Optional.of(telephonyManager.getNetworkCountryIso().toUpperCase(Locale.US)); in getUpperCaseUserRoamingCountry()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapbMessageMime.java62 charset = charset.toUpperCase(); in getDataAsString()
127 && (mContentType.toUpperCase().contains("TEXT") in encode()
128 || mContentType.toUpperCase().contains("SMIL"))) { in encode()
151 if (mContentType != null && mContentType.toUpperCase().contains("TEXT")) { in encodePlainText()
157 } else if (mContentType != null && mContentType.toUpperCase().contains("/SMIL")) { in encodePlainText()
208 if (part.mContentType.toUpperCase().contains("TEXT")) { in getMessageAsText()
373 if (part.mContentType != null && part.mContentType.toUpperCase().contains("TEXT")) { in updateCharset()
595 String headerType = headerParts[0].toUpperCase(); in parseMimeHeaders()
694 String headerType = headerParts[0].toUpperCase(); in parseMimePart()
747 if (encoding != null && encoding.toUpperCase().contains("BASE64")) { in decodeBody()
[all …]
DBluetoothMapbMessage.java436 } else if (!line.toUpperCase().contains(subString.toUpperCase())) { in expect()
449 if (!line.toUpperCase().contains(subString.toUpperCase())) { in expect()
453 if (!line.toUpperCase().contains(subString2.toUpperCase())) { in expect()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DMoreKeySpecTests.java318 new String[] { HAS_LABEL.toUpperCase(Locale.ROOT), "a", "b", "c" }, in testGetBooleanValue()
331 "a", HAS_LABEL.toUpperCase(Locale.ROOT), "b", "c", HAS_LABEL, "d" }, in testGetBooleanValue()
337 "a", HAS_LABEL, "b", NEEDS_DIVIDER, HAS_LABEL.toUpperCase(Locale.ROOT), "d" }, in testGetBooleanValue()
358 new String[] { FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "3", "a", "b", "c" }, in testGetIntValue()
374 FIXED_COLUMN_ORDER.toUpperCase(Locale.ROOT) + "5", HAS_LABEL, "a", in testGetIntValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/bip/
DBipEncoding.java87 mType = determineEncoding(encoding.toUpperCase()); in BipEncoding()
91 proprietaryEncodingId = encoding.substring(4).toUpperCase(); in BipEncoding()
120 proprietaryEncodingId = proprietaryId.toUpperCase(); in BipEncoding()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/storage/
DDatabaseManager.java1369 return LEGACY_HEADSET_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHeadsetPriorityKey()
1374 return LEGACY_A2DP_SINK_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSinkPriorityKey()
1379 return LEGACY_A2DP_SRC_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSrcPriorityKey()
1384 return LEGACY_A2DP_SUPPORTS_OPTIONAL_CODECS_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpSupportsOptionalCodecsKey()
1392 return LEGACY_A2DP_OPTIONAL_CODECS_ENABLED_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyA2dpOptionalCodecsEnabledKey()
1397 return LEGACY_INPUT_DEVICE_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHidHostPriorityKey()
1402 return LEGACY_PAN_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyPanPriorityKey()
1407 return LEGACY_HEARING_AID_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyHearingAidPriorityKey()
1412 return LEGACY_MAP_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyMapPriorityKey()
1417 return LEGACY_MAP_CLIENT_PRIORITY_PREFIX + address.toUpperCase(Locale.ROOT); in getLegacyMapClientPriorityKey()
[all …]
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DStringUtils.java204 return s.toUpperCase(getLocaleUsedForToTitleCase(locale)); in capitalizeFirstCodePoint()
209 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstCodePoint()
217 return s.toUpperCase(getLocaleUsedForToTitleCase(locale)); in capitalizeFirstAndDowncaseRest()
227 return s.substring(0, cutoff).toUpperCase(getLocaleUsedForToTitleCase(locale)) in capitalizeFirstAndDowncaseRest()
412 builder.append(nextChar.toUpperCase(locale)); in capitalizeEachWord()
606 return label.toUpperCase(getLocaleUsedForToTitleCase(locale)); in toTitleCaseOfKeyLabel()
/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/util/
DStatsdUtilsTest.java165 HexFormat.of().formatHex(ECP_V1_PAYMENT).toUpperCase(Locale.ROOT);
170 HexFormat.of().formatHex(ECP_V2_TRANSIT_MBTA).toUpperCase(Locale.ROOT);
176 HexFormat.of().formatHex(UNKNOWN_FRAME).toUpperCase(Locale.ROOT);
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java296 telephonyCountryCodeInfoSlot.countryCode = countryCode.toUpperCase(Locale.US); in setTelephonyCountryCodeAndLastKnownCountryCode()
303 lastKnownCountryCode.toUpperCase(Locale.US); in setTelephonyCountryCodeAndLastKnownCountryCode()
316 mWifiCountryCode = countryCode.toUpperCase(Locale.US); in setWifiCountryCode()
329 mLocationCountryCode = countryCode.toUpperCase(Locale.US); in setLocationCountryCode()
468 mOverrideCountryCode = countryCode.toUpperCase(Locale.US); in setOverrideCountryCode()
/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java107 Pattern pattern = REGION_PATTERN.get(region.toUpperCase()); in matches()
119 REGION_MAX_LENGTH.get(LocationUtils.getCurrentCountry(context).toUpperCase()); in getRegionMaxLength()
/packages/apps/SecureElement/src/com/android/se/internal/
DByteArrayConverter.java131 str = str.toUpperCase(); in hexStringToByteArray()
204 c = Character.toUpperCase(c); in isHexChar()
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java344 txt = txt.toUpperCase(mLocale);
358 commitText = commitText.toUpperCase(mLocale);
411 commitText = commitText.toUpperCase(mLocale);
452 return String.valueOf(current).toUpperCase(mLocale).charAt(0); in cycleCharacter()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothSnoopLogFilterProfilePbapPreferenceController.java84 newValue.toString().toUpperCase(Locale.US))); in onPreferenceChange()
105 mListValues[i].toUpperCase(Locale.US))) { in updateState()
DBluetoothSnoopLogFilterProfileMapPreferenceController.java84 newValue.toString().toUpperCase(Locale.US))); in onPreferenceChange()
106 mListValues[i].toUpperCase(Locale.US))) { in updateState()
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/download/
DEncryptionKeyConverterUtil.java99 .toUpperCase(Locale.ENGLISH))); in convertVersion3Key()
107 .toUpperCase(Locale.ENGLISH))); in convertVersion3Key()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DParametricEditor.java118 apply += " " + effectName.toUpperCase() + " " + interval.getStateRepresentation(); in calculateUserMessage()
120 apply += " " + effectName.toUpperCase() + " " + parameterValue; in calculateUserMessage()
123 apply += " " + effectName.toUpperCase(); in calculateUserMessage()
DEditor.java70 item.setTitle(item.getTitle().toString().toUpperCase()); in hackFixStrings()
75 return effectName.toUpperCase() + " " + parameterValue; in calculateUserMessage()
270 String text = mContext.getString(representation.getTextId()).toUpperCase(); in reflectCurrentFilter()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DSQLiteTokenizer.java215 switch (token.toUpperCase(Locale.US)) { in isKeyword()
285 switch (token.toUpperCase(Locale.US)) { in isType()
/packages/providers/MediaProvider/src/com/android/providers/media/util/
DSQLiteTokenizer.java215 switch (token.toUpperCase(Locale.ROOT)) { in isKeyword()
285 switch (token.toUpperCase(Locale.ROOT)) { in isType()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameSplitter.java312 set.add(split[i].trim().toUpperCase()); in convertToSet()
676 if (mSuffixesSet.contains(withDot.toUpperCase())) { in normalizedSuffix()
721 if (mPrefixesSet.contains(firstToken.toUpperCase())) { in parsePrefix()
755 String normalized = lastToken.toUpperCase(); in parseSuffix()
788 normalized = tokens.mTokens[pos].toUpperCase() + "." + normalized; in parseSuffix()
840 final String normalized = word.toUpperCase(); in isFamilyNamePrefix()
855 toUpperCase())) { in parseMiddleName()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppNotificationTest.java433 buttonOk = device.findObject(By.text(confirmString.toUpperCase())); in updateIncomingFileConfirmationNotification()
439 buttonDecline = device.findObject(By.text(declineString.toUpperCase())); in updateIncomingFileConfirmationNotification()
457 assertThat(device.findObject(By.text(confirmString.toUpperCase()))).isNull(); in updateIncomingFileConfirmationNotification()
459 assertThat(device.findObject(By.text(declineString.toUpperCase()))).isNull(); in updateIncomingFileConfirmationNotification()

1234567