/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
H A D | LocaleFallbackData.java | 23 t.put("aaf", "Mlym"); in buildDefaultScriptTable() 24 t.put("aao", "Arab"); in buildDefaultScriptTable() 25 t.put("aat", "Grek"); in buildDefaultScriptTable() 26 t.put("ab", "Cyrl"); in buildDefaultScriptTable() 27 t.put("abh", "Arab"); in buildDefaultScriptTable() 28 t.put("abl", "Rjng"); in buildDefaultScriptTable() 29 t.put("abv", "Arab"); in buildDefaultScriptTable() 30 t.put("acm", "Arab"); in buildDefaultScriptTable() 31 t.put("acq", "Arab"); in buildDefaultScriptTable() 32 t.put("acw", "Arab"); in buildDefaultScriptTable() [all …]
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/ |
H A D | LocaleFallbackData.java | 22 t.put("aaf", "Mlym"); in buildDefaultScriptTable() 23 t.put("aao", "Arab"); in buildDefaultScriptTable() 24 t.put("aat", "Grek"); in buildDefaultScriptTable() 25 t.put("ab", "Cyrl"); in buildDefaultScriptTable() 26 t.put("abh", "Arab"); in buildDefaultScriptTable() 27 t.put("abl", "Rjng"); in buildDefaultScriptTable() 28 t.put("abv", "Arab"); in buildDefaultScriptTable() 29 t.put("acm", "Arab"); in buildDefaultScriptTable() 30 t.put("acq", "Arab"); in buildDefaultScriptTable() 31 t.put("acw", "Arab"); in buildDefaultScriptTable() [all …]
|
/aosp_15_r20/packages/services/Car/tools/keventreader/common/com/android/car/keventreader/ |
D | KeypressEvent.java | 28 KEYCODE_NAME_MAP.put(0, "RESERVED"); 29 KEYCODE_NAME_MAP.put(1, "ESC"); 30 KEYCODE_NAME_MAP.put(2, "1"); 31 KEYCODE_NAME_MAP.put(3, "2"); 32 KEYCODE_NAME_MAP.put(4, "3"); 33 KEYCODE_NAME_MAP.put(5, "4"); 34 KEYCODE_NAME_MAP.put(6, "5"); 35 KEYCODE_NAME_MAP.put(7, "6"); 36 KEYCODE_NAME_MAP.put(8, "7"); 37 KEYCODE_NAME_MAP.put(9, "8"); [all …]
|
/aosp_15_r20/frameworks/opt/vcard/java/com/android/vcard/ |
D | JapaneseUtils.java | 33 sHalfWidthMap.put('\u3001', "\uFF64"); 34 sHalfWidthMap.put('\u3002', "\uFF61"); 35 sHalfWidthMap.put('\u300C', "\uFF62"); 36 sHalfWidthMap.put('\u300D', "\uFF63"); 37 sHalfWidthMap.put('\u301C', "~"); 38 sHalfWidthMap.put('\u3041', "\uFF67"); 39 sHalfWidthMap.put('\u3042', "\uFF71"); 40 sHalfWidthMap.put('\u3043', "\uFF68"); 41 sHalfWidthMap.put('\u3044', "\uFF72"); 42 sHalfWidthMap.put('\u3045', "\uFF69"); [all …]
|
/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/android/provider/settings/validators/ |
H A D | SecureSettingsValidators.java | 54 VALIDATORS.put(Secure.BUGREPORT_IN_POWER_MENU, BOOLEAN_VALIDATOR); in VALIDATORS.put() 55 VALIDATORS.put(Secure.ALLOW_MOCK_LOCATION, BOOLEAN_VALIDATOR); in VALIDATORS.put() 56 VALIDATORS.put(Secure.USB_MASS_STORAGE_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() 57 VALIDATORS.put(Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() 58 VALIDATORS.put( in VALIDATORS.put() 61 VALIDATORS.put(Secure.ACCESSIBILITY_DISPLAY_DALTONIZER_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() 62 VALIDATORS.put(Secure.ACCESSIBILITY_DISPLAY_MAGNIFICATION_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() 63 VALIDATORS.put( in VALIDATORS.put() 65 VALIDATORS.put(Secure.ADAPTIVE_CHARGING_ENABLED, BOOLEAN_VALIDATOR); in VALIDATORS.put() 66 VALIDATORS.put(Secure.ADAPTIVE_SLEEP, BOOLEAN_VALIDATOR); in VALIDATORS.put() [all …]
|
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/suggestions/ |
H A D | MaterialDesignColor.java | 18 .put(Shade.PRIMARY_050, 0xFFFFEBEE) 19 .put(Shade.PRIMARY_100, 0xFFFFCDD2) 20 .put(Shade.PRIMARY_200, 0xFFEF9A9A) 21 .put(Shade.PRIMARY_300, 0xFFE57373) 22 .put(Shade.PRIMARY_400, 0xFFEF5350) 23 .put(Shade.PRIMARY_500, 0xFFF44336) 24 .put(Shade.PRIMARY_600, 0xFFE53935) 25 .put(Shade.PRIMARY_700, 0xFFD32F2F) 26 .put(Shade.PRIMARY_800, 0xFFC62828) 27 .put(Shade.PRIMARY_900, 0xFFB71C1C) [all …]
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/ |
H A D | JsonBuilder.java | 345 result.put(b & 0xFF); in build() 397 state.put("isMuted", data.isMuted()); in buildJsonAudioState() 398 state.put("AudioRoute", InCallServiceImpl.getAudioRouteString(data.getRoute())); in buildJsonAudioState() 405 dm.put("widthPixels", data.widthPixels); in buildDisplayMetrics() 406 dm.put("heightPixels", data.heightPixels); in buildDisplayMetrics() 407 dm.put("noncompatHeightPixels", data.noncompatHeightPixels); in buildDisplayMetrics() 408 dm.put("noncompatWidthPixels", data.noncompatWidthPixels); in buildDisplayMetrics() 414 address.put(data.getHostName()); in buildInetAddress() 415 address.put(data.getHostAddress()); in buildInetAddress() 421 address.put(data.getHostName()); in buildInetSocketAddress() [all …]
|
/aosp_15_r20/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlEntities.java | 223 .put("quot", Integer.valueOf('"')) 224 .put("amp", Integer.valueOf('&')) 225 .put("lt", Integer.valueOf('<')) 226 .put("gt", Integer.valueOf('>')) 229 .put("apos", Integer.valueOf('\'')) 232 .put("nbsp", Integer.valueOf('\u00a0')) 233 .put("iexcl", Integer.valueOf('\u00a1')) 234 .put("cent", Integer.valueOf('\u00a2')) 235 .put("pound", Integer.valueOf('\u00a3')) 236 .put("curren", Integer.valueOf('\u00a4')) [all …]
|
/aosp_15_r20/packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/ |
D | DevicePolicyResourcesUtils.java | 35 DEVICE_POLICY_RESOURCES.put("security_settings_face_profile_preference_title", 37 DEVICE_POLICY_RESOURCES.put("fingerprint_last_delete_message_profile_challenge", 39 DEVICE_POLICY_RESOURCES.put("lock_settings_picker_admin_restricted_personal_message", 41 DEVICE_POLICY_RESOURCES.put("lock_settings_picker_profile_message", 43 DEVICE_POLICY_RESOURCES.put("unlock_set_unlock_launch_picker_title_profile", 45 DEVICE_POLICY_RESOURCES.put("lock_last_pattern_attempt_before_wipe_profile", 47 DEVICE_POLICY_RESOURCES.put("lock_last_pin_attempt_before_wipe_profile", 49 DEVICE_POLICY_RESOURCES.put("lock_last_password_attempt_before_wipe_profile", 51 DEVICE_POLICY_RESOURCES.put("lock_failed_attempts_now_wiping_profile", 53 DEVICE_POLICY_RESOURCES.put("accessibility_category_work", [all …]
|
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
H A D | MeshTest.kt | 178 vertexBuffer.put(0f) in <lambda>() 179 vertexBuffer.put(0f) in <lambda>() 180 vertexBuffer.put(50f) in <lambda>() 181 vertexBuffer.put(50f) in <lambda>() 182 vertexBuffer.put(0f) in <lambda>() 183 vertexBuffer.put(50f) in <lambda>() 197 vertexBuffer.put(0f) in <lambda>() 198 vertexBuffer.put(0f) in <lambda>() 199 vertexBuffer.put(50f) in <lambda>() 200 vertexBuffer.put(50f) in <lambda>() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/regions/target/generated-sources/sdk/software/amazon/awssdk/regions/ |
H A D | GeneratedServiceMetadataProvider.java | 344 … .put("a4b", new A4bServiceMetadata()).put("access-analyzer", new AccessAnalyzerServiceMetadata()) 345 .put("account", new AccountServiceMetadata()).put("acm", new AcmServiceMetadata()) 346 ….put("acm-pca", new AcmPcaServiceMetadata()).put("agreement-marketplace", new AgreementMarketplace… 347 … .put("airflow", new AirflowServiceMetadata()).put("amplify", new AmplifyServiceMetadata()) 348 .put("amplifybackend", new AmplifybackendServiceMetadata()) 349 ….put("amplifyuibuilder", new AmplifyuibuilderServiceMetadata()).put("aoss", new AossServiceMetadat… 350 ….put("api.detective", new ApiDetectiveServiceMetadata()).put("api.ecr", new ApiEcrServiceMetadata(… 351 .put("api.ecr-public", new ApiEcrPublicServiceMetadata()) 352 .put("api.elastic-inference", new ApiElasticInferenceServiceMetadata()) 353 .put("api.fleethub.iot", new ApiFleethubIotServiceMetadata()) [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/util/locale/ |
H A D | LocaleEquivalentMaps.java | 47 singleEquivMap.put("acn", "xia"); 48 singleEquivMap.put("adx", "pcr"); 49 singleEquivMap.put("ami", "i-ami"); 50 singleEquivMap.put("art-lojban", "jbo"); 51 singleEquivMap.put("ase", "sgn-us"); 52 singleEquivMap.put("ayx", "nun"); 53 singleEquivMap.put("bfi", "sgn-gb"); 54 singleEquivMap.put("bjd", "drl"); 55 singleEquivMap.put("bnn", "i-bnn"); 56 singleEquivMap.put("bzs", "sgn-br"); [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/test/resources/software/amazon/awssdk/codegen/lite/regions/ |
H A D | service-metadata-provider.java | 266 … .put("a4b", new A4bServiceMetadata()).put("access-analyzer", new AccessAnalyzerServiceMetadata()) 267 … .put("account", new AccountServiceMetadata()).put("acm", new AcmServiceMetadata()) 268 … .put("acm-pca", new AcmPcaServiceMetadata()).put("airflow", new AirflowServiceMetadata()) 269 ….put("amplify", new AmplifyServiceMetadata()).put("amplifybackend", new AmplifybackendServiceMetad… 270 ….put("api.detective", new ApiDetectiveServiceMetadata()).put("api.ecr", new ApiEcrServiceMetadata(… 271 … .put("api.ecr-public", new ApiEcrPublicServiceMetadata()) 272 … .put("api.elastic-inference", new ApiElasticInferenceServiceMetadata()) 273 … .put("api.fleethub.iot", new ApiFleethubIotServiceMetadata()) 274 ….put("api.mediatailor", new ApiMediatailorServiceMetadata()).put("api.pricing", new ApiPricingServ… 275 ….put("api.sagemaker", new ApiSagemakerServiceMetadata()).put("apigateway", new ApigatewayServiceMe… [all …]
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowKeyCharacterMap.java | 20 CHAR_TO_KEY_CODE.put('0', KeyEvent.KEYCODE_0); 21 CHAR_TO_KEY_CODE.put('1', KeyEvent.KEYCODE_1); 22 CHAR_TO_KEY_CODE.put('2', KeyEvent.KEYCODE_2); 23 CHAR_TO_KEY_CODE.put('3', KeyEvent.KEYCODE_3); 24 CHAR_TO_KEY_CODE.put('4', KeyEvent.KEYCODE_4); 25 CHAR_TO_KEY_CODE.put('5', KeyEvent.KEYCODE_5); 26 CHAR_TO_KEY_CODE.put('6', KeyEvent.KEYCODE_6); 27 CHAR_TO_KEY_CODE.put('7', KeyEvent.KEYCODE_7); 28 CHAR_TO_KEY_CODE.put('8', KeyEvent.KEYCODE_8); 29 CHAR_TO_KEY_CODE.put('9', KeyEvent.KEYCODE_9); [all …]
|
/aosp_15_r20/packages/services/Car/tests/android_car_api_test/src/android/car/apitest/ |
D | VehiclePropertyIdsTest.java | 141 propsToString.put(3, "0x3"); in testToString() 142 propsToString.put(VehiclePropertyIds.INVALID, "INVALID"); in testToString() 143 propsToString.put(VehiclePropertyIds.INFO_VIN, "INFO_VIN"); in testToString() 144 propsToString.put(VehiclePropertyIds.INFO_MAKE, "INFO_MAKE"); in testToString() 145 propsToString.put(VehiclePropertyIds.INFO_MODEL, "INFO_MODEL"); in testToString() 146 propsToString.put(VehiclePropertyIds.INFO_MODEL_YEAR, "INFO_MODEL_YEAR"); in testToString() 147 propsToString.put(VehiclePropertyIds.INFO_FUEL_CAPACITY, "INFO_FUEL_CAPACITY"); in testToString() 148 propsToString.put(VehiclePropertyIds.INFO_FUEL_TYPE, "INFO_FUEL_TYPE"); in testToString() 149 propsToString.put(VehiclePropertyIds.INFO_EV_BATTERY_CAPACITY, "INFO_EV_BATTERY_CAPACITY"); in testToString() 150 propsToString.put(VehiclePropertyIds.INFO_MULTI_EV_PORT_LOCATIONS, in testToString() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/proto_logging/stats/express/expresslog-catalog-gen/gen/com/android/modules/expresslog/ |
D | MetricIds.java | 31 …metricIds.put("accessibility.value_fab_shortcut_dismiss", new MetricInfo(-6072243364828125290l, ME… 32 …metricIds.put("accessibility.value_fab_shortcut_edit", new MetricInfo(4192923649436966820l, METRIC… 33 …metricIds.put("accessibility.value_full_triple_tap_first_interval", new MetricInfo(-57692232016309… 34 …metricIds.put("accessibility.value_full_triple_tap_second_interval", new MetricInfo(20366679084995… 35 …metricIds.put("accessibility.value_qs_shortcut_add", new MetricInfo(2834124234205782040l, METRIC_T… 36 …metricIds.put("accessibility.value_qs_shortcut_remove", new MetricInfo(593334822861300811l, METRIC… 37 …metricIds.put("app.value_force_stop_cancelled_pi_sent_from_top_per_caller", new MetricInfo(8623497… 38 …metricIds.put("app.value_force_stop_cancelled_pi_sent_from_top_per_owner", new MetricInfo(-8555181… 39 …metricIds.put("app.value_high_authenticator_response_latency", new MetricInfo(-7517345590305216078… 40 …metricIds.put("automotive_os.value_concurrent_sync_operations", new MetricInfo(-440016031080736269… [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | ColorParser.java | 121 COLOR_MAP.put("aliceblue", 0xFFF0F8FF); 122 COLOR_MAP.put("antiquewhite", 0xFFFAEBD7); 123 COLOR_MAP.put("aqua", 0xFF00FFFF); 124 COLOR_MAP.put("aquamarine", 0xFF7FFFD4); 125 COLOR_MAP.put("azure", 0xFFF0FFFF); 126 COLOR_MAP.put("beige", 0xFFF5F5DC); 127 COLOR_MAP.put("bisque", 0xFFFFE4C4); 128 COLOR_MAP.put("black", 0xFF000000); 129 COLOR_MAP.put("blanchedalmond", 0xFFFFEBCD); 130 COLOR_MAP.put("blue", 0xFF0000FF); [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/util/ |
H A D | ColorParser.java | 121 COLOR_MAP.put("aliceblue", 0xFFF0F8FF); 122 COLOR_MAP.put("antiquewhite", 0xFFFAEBD7); 123 COLOR_MAP.put("aqua", 0xFF00FFFF); 124 COLOR_MAP.put("aquamarine", 0xFF7FFFD4); 125 COLOR_MAP.put("azure", 0xFFF0FFFF); 126 COLOR_MAP.put("beige", 0xFFF5F5DC); 127 COLOR_MAP.put("bisque", 0xFFFFE4C4); 128 COLOR_MAP.put("black", 0xFF000000); 129 COLOR_MAP.put("blanchedalmond", 0xFFFFEBCD); 130 COLOR_MAP.put("blue", 0xFF0000FF); [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcpkix/src/main/java/com/android/internal/org/bouncycastle/operator/ |
H A D | DefaultSignatureAlgorithmIdentifierFinder.java | 57 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 58 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 60 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 61 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 62 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 63 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 64 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 65 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 66 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 67 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); [all …]
|
/aosp_15_r20/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
H A D | DefaultSignatureAlgorithmIdentifierFinder.java | 53 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 54 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 56 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 57 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 58 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 59 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 60 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 61 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 62 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 63 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); [all …]
|
/aosp_15_r20/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/ |
H A D | OpenSSLProvider.java | 102 put("SSLContext.SSL", classOpenSSLContextImpl + defaultSSLContextSuffix); in OpenSSLProvider() 103 put("SSLContext.TLS", classOpenSSLContextImpl + defaultSSLContextSuffix); in OpenSSLProvider() 104 put("SSLContext.TLSv1", classOpenSSLContextImpl + "$TLSv1"); in OpenSSLProvider() 105 put("SSLContext.TLSv1.1", classOpenSSLContextImpl + "$TLSv11"); in OpenSSLProvider() 106 put("SSLContext.TLSv1.2", classOpenSSLContextImpl + tls12SSLContextSuffix); in OpenSSLProvider() 107 put("SSLContext.TLSv1.3", classOpenSSLContextImpl + tls13SSLContextSuffix); in OpenSSLProvider() 108 put("SSLContext.Default", PREFIX + "DefaultSSLContextImpl" + defaultSSLContextSuffix); in OpenSSLProvider() 111 put("TrustManagerFactory.PKIX", TrustManagerFactoryImpl.class.getName()); in OpenSSLProvider() 112 put("Alg.Alias.TrustManagerFactory.X509", "PKIX"); in OpenSSLProvider() 115 put("KeyManagerFactory.PKIX", KeyManagerFactoryImpl.class.getName()); in OpenSSLProvider() [all …]
|
/aosp_15_r20/external/conscrypt/common/src/main/java/org/conscrypt/ |
H A D | OpenSSLProvider.java | 95 put("SSLContext.SSL", classOpenSSLContextImpl + defaultSSLContextSuffix); in OpenSSLProvider() 96 put("SSLContext.TLS", classOpenSSLContextImpl + defaultSSLContextSuffix); in OpenSSLProvider() 97 put("SSLContext.TLSv1", classOpenSSLContextImpl + "$TLSv1"); in OpenSSLProvider() 98 put("SSLContext.TLSv1.1", classOpenSSLContextImpl + "$TLSv11"); in OpenSSLProvider() 99 put("SSLContext.TLSv1.2", classOpenSSLContextImpl + tls12SSLContextSuffix); in OpenSSLProvider() 100 put("SSLContext.TLSv1.3", classOpenSSLContextImpl + tls13SSLContextSuffix); in OpenSSLProvider() 101 put("SSLContext.Default", PREFIX + "DefaultSSLContextImpl" + defaultSSLContextSuffix); in OpenSSLProvider() 104 put("TrustManagerFactory.PKIX", TrustManagerFactoryImpl.class.getName()); in OpenSSLProvider() 105 put("Alg.Alias.TrustManagerFactory.X509", "PKIX"); in OpenSSLProvider() 108 put("KeyManagerFactory.PKIX", KeyManagerFactoryImpl.class.getName()); in OpenSSLProvider() [all …]
|
/aosp_15_r20/external/apache-velocity-engine/velocity-engine-core/src/main/java/org/apache/velocity/util/introspection/ |
H A D | TypeConversionHandlerImpl.java | 119 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, BYTE_CLASS), numberToBool); in Pair.of() 120 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, SHORT_CLASS), numberToBool); in Pair.of() 121 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, INTEGER_CLASS), numberToBool); in Pair.of() 122 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, LONG_CLASS), numberToBool); in Pair.of() 123 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, BIG_INTEGER_CLASS), bigIntegerToBool); in Pair.of() 124 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, FLOAT_CLASS), numberToBool); in Pair.of() 125 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, DOUBLE_CLASS), numberToBool); in Pair.of() 126 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, BIG_DECIMAL_CLASS), bigDecimalToBool); in Pair.of() 127 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, NUMBER_CLASS), numberToBool); in Pair.of() 128 standardConverterMap.put(Pair.of(BOOLEAN_CLASS, BYTE_TYPE), numberToBool); in Pair.of() [all …]
|
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardExporterTests.java | 55 .put(StructuredName.FAMILY_NAME, "Ando") in testSimpleV21() 56 .put(StructuredName.GIVEN_NAME, "Roid"); in testSimpleV21() 66 .put(StructuredName.FAMILY_NAME, "AppropriateFamilyName") in testStructuredNameBasic() 67 .put(StructuredName.GIVEN_NAME, "AppropriateGivenName") in testStructuredNameBasic() 68 .put(StructuredName.MIDDLE_NAME, "AppropriateMiddleName") in testStructuredNameBasic() 69 .put(StructuredName.PREFIX, "AppropriatePrefix") in testStructuredNameBasic() 70 .put(StructuredName.SUFFIX, "AppropriateSuffix") in testStructuredNameBasic() 71 .put(StructuredName.DISPLAY_NAME, "DISPLAY NAME"); in testStructuredNameBasic() 104 .put(StructuredName.FAMILY_NAME, "DoNotEmitFamilyName1") in testStructuredNameUsePrimaryCommon() 105 .put(StructuredName.GIVEN_NAME, "DoNotEmitGivenName1") in testStructuredNameUsePrimaryCommon() [all …]
|
/aosp_15_r20/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | CountryCodeToRegionCodeMap.java | 67 countryCodeToRegionCodeMap.put(1, listWithRegionCode); in getCountryCodeToRegionCodeMap() 72 countryCodeToRegionCodeMap.put(7, listWithRegionCode); in getCountryCodeToRegionCodeMap() 76 countryCodeToRegionCodeMap.put(20, listWithRegionCode); in getCountryCodeToRegionCodeMap() 80 countryCodeToRegionCodeMap.put(27, listWithRegionCode); in getCountryCodeToRegionCodeMap() 84 countryCodeToRegionCodeMap.put(30, listWithRegionCode); in getCountryCodeToRegionCodeMap() 88 countryCodeToRegionCodeMap.put(31, listWithRegionCode); in getCountryCodeToRegionCodeMap() 92 countryCodeToRegionCodeMap.put(32, listWithRegionCode); in getCountryCodeToRegionCodeMap() 96 countryCodeToRegionCodeMap.put(33, listWithRegionCode); in getCountryCodeToRegionCodeMap() 100 countryCodeToRegionCodeMap.put(34, listWithRegionCode); in getCountryCodeToRegionCodeMap() 104 countryCodeToRegionCodeMap.put(36, listWithRegionCode); in getCountryCodeToRegionCodeMap() [all …]
|