Searched refs:put (Results 26 - 50 of 1233) sorted by relevance

1234567891011>>

/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Decoder.java53 sTagMap.put(TAG_UNIVZERO, Asn1Tag.UNIVZERO);
54 sTagMap.put(TAG_BOOLEAN, Asn1Tag.BOOLEAN);
55 sTagMap.put(TAG_INTEGER, Asn1Tag.INTEGER);
56 sTagMap.put(TAG_BITSTRING, Asn1Tag.BITSTRING);
57 sTagMap.put(TAG_OCTET_STRING, Asn1Tag.OCTET_STRING);
58 sTagMap.put(TAG_NULL, Asn1Tag.NULL);
59 sTagMap.put(TAG_OID, Asn1Tag.OID);
60 sTagMap.put(TAG_ObjectDescriptor, Asn1Tag.ObjectDescriptor);
61 sTagMap.put(TAG_EXTERNAL, Asn1Tag.EXTERNAL);
62 sTagMap.put(TAG_REA
[all...]
H A DOidMappings.java89 sCryptoMapping.put(sAlgo_DSA, "DSA");
90 sCryptoMapping.put(sAlgo_RSA, "RSA");
91 sCryptoMapping.put(sAlgo_EC, "EC");
93 sSigAlgos.put(sAlgo_SHA1withDSA, new SigEntry("SHA1withDSA", sAlgo_DSA));
95 sSigAlgos.put(sAlgo_MD2withRSA, new SigEntry("MD2withRSA", sAlgo_RSA));
96 sSigAlgos.put(sAlgo_MD5withRSA, new SigEntry("MD5withRSA", sAlgo_RSA));
97 sSigAlgos.put(sAlgo_SHA1withRSA, new SigEntry("SHA1withRSA", sAlgo_RSA));
98 sSigAlgos.put(sAlgo_SHA224withRSA, new SigEntry(null, sAlgo_RSA));
99 sSigAlgos.put(sAlgo_SHA256withRSA, new SigEntry("SHA256withRSA", sAlgo_RSA));
100 sSigAlgos.put(sAlgo_SHA384withRS
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/omadm/
H A DOMAConstants.java54 sStatusStrings.put(OSUStatus.OK, "OK");
55 sStatusStrings.put(OSUStatus.ProvComplete,
57 sStatusStrings.put(OSUStatus.RemediationComplete,
59 sStatusStrings.put(OSUStatus.UpdateComplete, "Update complete, request sppUpdateResponse");
60 sStatusStrings.put(OSUStatus.ExchangeComplete, "Exchange complete, release TLS connection");
61 sStatusStrings.put(OSUStatus.Unknown, "No update available at this time");
62 sStatusStrings.put(OSUStatus.Error, "Error occurred");
65 sStatusEnums.put(entry.getValue().toLowerCase(), entry.getKey());
68 sErrorStrings.put(OSUError.SPPversionNotSupported, "SPP version not supported");
69 sErrorStrings.put(OSUErro
[all...]
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DResourceExpr.java31 RESOURCE_TYPE_TO_R_OBJECT.put("colorStateList", "color ");
32 RESOURCE_TYPE_TO_R_OBJECT.put("dimenOffset", "dimen ");
33 RESOURCE_TYPE_TO_R_OBJECT.put("dimenSize", "dimen ");
34 RESOURCE_TYPE_TO_R_OBJECT.put("intArray", "array ");
35 RESOURCE_TYPE_TO_R_OBJECT.put("stateListAnimator", "animator ");
36 RESOURCE_TYPE_TO_R_OBJECT.put("stringArray", "array ");
37 RESOURCE_TYPE_TO_R_OBJECT.put("typedArray", "array");
64 mResourceToTypeMapping.put("anim", modelAnalyzer.findClass("android.view.animation.Animation",
66 mResourceToTypeMapping.put("animator", modelAnalyzer.findClass("android.animation.Animator",
68 mResourceToTypeMapping.put("colorStateLis
[all...]
/frameworks/volley/src/test/java/com/android/volley/toolbox/
H A DHttpHeaderParserTest.java66 headers.put("MyCustomHeader", "42");
77 headers.put("ETag", "Yow!");
87 headers.put("Date", rfc1123Date(now));
88 headers.put("Last-Modified", rfc1123Date(now - ONE_DAY_MILLIS));
89 headers.put("Expires", rfc1123Date(now + ONE_HOUR_MILLIS));
103 headers.put("Date", rfc1123Date(now));
104 headers.put("Expires", rfc1123Date(now - ONE_HOUR_MILLIS));
119 headers.put("Date", rfc1123Date(now + ONE_HOUR_MILLIS));
121 headers.put("Expires", rfc1123Date(now + 4 * ONE_HOUR_MILLIS));
131 headers.put("Dat
[all...]
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMapMessage.java179 json.put("handle", mHandle);
180 json.put("subject", mSubject);
181 json.put("datetime", mDateTime);
182 json.put("sender_name", mSenderName);
183 json.put("sender_addressing", mSenderAddressing);
184 json.put("replyto_addressing", mReplytoAddressing);
185 json.put("recipient_name", mRecipientName);
186 json.put("recipient_addressing", mRecipientAddressing);
187 json.put("type", mType);
188 json.put("siz
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DObservableArrayMapTest.java54 mObservable.put("Hello", "World");
57 mObservable.put("Hello", "Goodbye");
66 mObservable.put("Hello", "World");
69 mObservable.put("World", "Hello");
77 mObservable.put("Hello", "World");
78 mObservable.put("World", "Hello");
93 mObservable.put("Hello", "World");
98 mObservable.put("Hello", "World2");
103 mObservable.put("World", "Hello");
111 toAdd.put("Hell
[all...]
/frameworks/base/media/java/android/media/
H A DMediaMetadata.java303 METADATA_KEYS_TYPE.put(METADATA_KEY_TITLE, METADATA_TYPE_TEXT);
304 METADATA_KEYS_TYPE.put(METADATA_KEY_ARTIST, METADATA_TYPE_TEXT);
305 METADATA_KEYS_TYPE.put(METADATA_KEY_DURATION, METADATA_TYPE_LONG);
306 METADATA_KEYS_TYPE.put(METADATA_KEY_ALBUM, METADATA_TYPE_TEXT);
307 METADATA_KEYS_TYPE.put(METADATA_KEY_AUTHOR, METADATA_TYPE_TEXT);
308 METADATA_KEYS_TYPE.put(METADATA_KEY_WRITER, METADATA_TYPE_TEXT);
309 METADATA_KEYS_TYPE.put(METADATA_KEY_COMPOSER, METADATA_TYPE_TEXT);
310 METADATA_KEYS_TYPE.put(METADATA_KEY_COMPILATION, METADATA_TYPE_TEXT);
311 METADATA_KEYS_TYPE.put(METADATA_KEY_DATE, METADATA_TYPE_TEXT);
312 METADATA_KEYS_TYPE.put(METADATA_KEY_YEA
[all...]
H A DMediaMetadataEditor.java202 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
230 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
253 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
285 * @return Returns a reference to the same MediaMetadataEditor object, so you can chain put
446 METADATA_KEYS_TYPE.put(
448 METADATA_KEYS_TYPE.put(MediaMetadataRetriever.METADATA_KEY_DISC_NUMBER, METADATA_TYPE_LONG);
449 METADATA_KEYS_TYPE.put(MediaMetadataRetriever.METADATA_KEY_DURATION, METADATA_TYPE_LONG);
450 METADATA_KEYS_TYPE.put(MediaMetadataRetriever.METADATA_KEY_YEAR, METADATA_TYPE_LONG);
452 METADATA_KEYS_TYPE.put(MediaMetadataRetriever.METADATA_KEY_ALBUM, METADATA_TYPE_STRING);
453 METADATA_KEYS_TYPE.put(
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
H A DSOAPBuilder.java20 sEnvelopeAttributes.put("xmlns:s12", "http://www.w3.org/2003/05/soap-envelope");
21 sEnvelopeAttributes.put("xmlns:spp",
24 sRequestReasons.put(RequestReason.SubRegistration, "Subscription registration");
25 sRequestReasons.put(RequestReason.SubProvisioning, "Subscription provisioning");
26 sRequestReasons.put(RequestReason.SubRemediation, "Subscription remediation");
27 sRequestReasons.put(RequestReason.InputComplete, "User input completed");
28 sRequestReasons.put(RequestReason.NoClientCert, "No acceptable client certificate");
29 sRequestReasons.put(RequestReason.CertEnrollmentComplete,
31 sRequestReasons.put(RequestReason.CertEnrollmentFailed, "Certificate enrollment failed");
32 sRequestReasons.put(RequestReaso
[all...]
H A DOSUCommand.java24 sCommands.put("exec", OSUCommandID.Exec);
25 sCommands.put("addmo", OSUCommandID.AddMO);
26 sCommands.put("updatenode", OSUCommandID.UpdateNode); // Multi
27 sCommands.put("nomoupdate", OSUCommandID.NoMOUpdate);
29 sExecs.put("launchbrowsertouri", ExecCommand.Browser);
30 sExecs.put("getcertificate", ExecCommand.GetCert);
31 sExecs.put("useclientcerttls", ExecCommand.UseClientCertTLS);
32 sExecs.put("uploadmo", ExecCommand.UploadMO);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiConfigStoreTest.java53 NETWORK_0_VARS.put(KEY_SSID, "\"TestNetwork0\"");
54 NETWORK_0_VARS.put(KEY_KEY_MGMT, "NONE");
55 NETWORK_0_VARS.put(KEY_PRIORITY, "2");
56 NETWORK_0_VARS.put(KEY_ID_STR, ""
59 NETWORK_0_VARS.put(CONFIG_KEY, "\"TestNetwork0\"NONE");
64 NETWORK_1_VARS.put(KEY_SSID, "\"Test Network 1\"");
65 NETWORK_1_VARS.put(KEY_KEY_MGMT, "NONE");
66 NETWORK_1_VARS.put(KEY_PRIORITY, "3");
67 NETWORK_1_VARS.put(KEY_DISABLED, "1");
68 NETWORK_1_VARS.put(KEY_ID_ST
[all...]
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceViewHolder.java38 mCachedViews.put(android.R.id.title, itemView.findViewById(android.R.id.title));
39 mCachedViews.put(android.R.id.summary, itemView.findViewById(android.R.id.summary));
40 mCachedViews.put(android.R.id.icon, itemView.findViewById(android.R.id.icon));
41 mCachedViews.put(R.id.icon_frame, itemView.findViewById(R.id.icon_frame));
42 mCachedViews.put(AndroidResources.ANDROID_R_ICON_FRAME,
60 mCachedViews.put(id, v);
/frameworks/base/core/tests/coretests/src/android/util/
H A DLruCacheTest.java37 assertEquals(null, cache.put("a", "A"));
43 assertEquals(null, cache.put("b", "B"));
50 assertEquals(null, cache.put("c", "C"));
58 assertEquals(null, cache.put("d", "D"));
70 assertEquals(null, cache.put("e", "E"));
114 cache.put("aa", "put-aa");
115 assertEquals("put-aa", cache.get("aa"));
129 cache.put(null, "A");
138 cache.put("
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyboardShortcuts.java159 mSpecialCharacterNames.put(
161 mSpecialCharacterNames.put(
163 mSpecialCharacterNames.put(
165 mSpecialCharacterNames.put(
167 mSpecialCharacterNames.put(
169 mSpecialCharacterNames.put(
171 mSpecialCharacterNames.put(
173 mSpecialCharacterNames.put(KeyEvent.KEYCODE_PERIOD, ".");
174 mSpecialCharacterNames.put(
176 mSpecialCharacterNames.put(
[all...]
/frameworks/base/core/java/android/hardware/radio/
H A DRadioMetadata.java114 METADATA_KEYS_TYPE.put(METADATA_KEY_RDS_PI, METADATA_TYPE_TEXT);
115 METADATA_KEYS_TYPE.put(METADATA_KEY_RDS_PS, METADATA_TYPE_TEXT);
116 METADATA_KEYS_TYPE.put(METADATA_KEY_RDS_PTY, METADATA_TYPE_INT);
117 METADATA_KEYS_TYPE.put(METADATA_KEY_RBDS_PTY, METADATA_TYPE_INT);
118 METADATA_KEYS_TYPE.put(METADATA_KEY_RDS_RT, METADATA_TYPE_TEXT);
119 METADATA_KEYS_TYPE.put(METADATA_KEY_TITLE, METADATA_TYPE_TEXT);
120 METADATA_KEYS_TYPE.put(METADATA_KEY_ARTIST, METADATA_TYPE_TEXT);
121 METADATA_KEYS_TYPE.put(METADATA_KEY_ALBUM, METADATA_TYPE_TEXT);
122 METADATA_KEYS_TYPE.put(METADATA_KEY_GENRE, METADATA_TYPE_TEXT);
123 METADATA_KEYS_TYPE.put(METADATA_KEY_ICO
[all...]
/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java322 contentValues.put(Voicemails.DATE, String.valueOf(voicemail.getTimestampMillis()));
323 contentValues.put(Voicemails.NUMBER, voicemail.getNumber());
324 contentValues.put(Voicemails.DURATION, String.valueOf(voicemail.getDuration()));
325 contentValues.put(Voicemails.SOURCE_PACKAGE, voicemail.getSourcePackage());
326 contentValues.put(Voicemails.SOURCE_DATA, voicemail.getSourceData());
327 contentValues.put(Voicemails.IS_READ, voicemail.isRead() ? 1 : 0);
331 contentValues.put(Voicemails.PHONE_ACCOUNT_COMPONENT_NAME,
333 contentValues.put(Voicemails.PHONE_ACCOUNT_ID, phoneAccount.getId());
337 contentValues.put(Voicemails.TRANSCRIPTION, voicemail.getTranscription());
561 values.put(Statu
[all...]
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfigProvider.java31 put("TrustManagerFactory.PKIX", PREFIX + "RootTrustManagerFactorySpi");
32 put("Alg.Alias.TrustManagerFactory.X509", "PKIX");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DMediaProfileReader.java121 videoEncoderMap.put(MediaRecorder.VideoEncoder.H263, "h263");
122 videoEncoderMap.put(MediaRecorder.VideoEncoder.H264, "h264");
123 videoEncoderMap.put(MediaRecorder.VideoEncoder.MPEG_4_SP, "m4v");
128 audioEncoderMap.put(MediaRecorder.AudioEncoder.AMR_NB, "amrnb");
129 audioEncoderMap.put(MediaRecorder.AudioEncoder.AMR_WB, "amrwb");
130 audioEncoderMap.put(MediaRecorder.AudioEncoder.AAC, "aac");
131 audioEncoderMap.put(MediaRecorder.AudioEncoder.HE_AAC, "heaac");
132 audioEncoderMap.put(MediaRecorder.AudioEncoder.AAC_ELD, "aaceld");
/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DSourceCodeEscapers.java111 javaMap.put('\b', "\\b");
112 javaMap.put('\f', "\\f");
113 javaMap.put('\n', "\\n");
114 javaMap.put('\r', "\\r");
115 javaMap.put('\t', "\\t");
116 javaMap.put('\"', "\\\"");
117 javaMap.put('\\', "\\\\");
120 javaMap.put('\'', "\\'");
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterTests.java421 .put(StructuredName.FAMILY_NAME, "Ando")
422 .put(StructuredName.GIVEN_NAME, "Roid")
423 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
430 .put(StructuredName.FAMILY_NAME, "Ando")
431 .put(StructuredName.GIVEN_NAME, "Roid")
435 .put(StructuredName.DISPLAY_NAME, "Roid Ando");
442 .put(StructuredName.DISPLAY_NAME, "Ando Roid");
449 .put(StructuredName.FAMILY_NAME, "Ando")
450 .put(StructuredName.GIVEN_NAME, "Roid")
453 .put(StructuredNam
[all...]
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java1575 * previous ExifTag with the same TID and IFD. The IFD it is put into will
1578 * @param tag an ExifTag to put into this ExifInterface's tags.
1629 * @param allowedIfds the IFD's this tag is allowed to be put in.
1670 getTagInfo().put(tagDef, ifdFlags << 24 | (tagType << 16) | defaultComponentCount);
2074 * We put tag information in a 4-bytes integer. The first byte a bitmask
2084 mTagInfo.put(ExifInterface.TAG_MAKE,
2086 mTagInfo.put(ExifInterface.TAG_IMAGE_WIDTH,
2088 mTagInfo.put(ExifInterface.TAG_IMAGE_LENGTH,
2090 mTagInfo.put(ExifInterface.TAG_BITS_PER_SAMPLE,
2092 mTagInfo.put(ExifInterfac
[all...]
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DPooledCache.java22 V put(K key, V value); method in interface:PooledCache
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDatabaseConstants.java157 COLUMN_MAP_ROOTS.put(Root.COLUMN_ROOT_ID, TABLE_ROOT_EXTRA + "." + Root.COLUMN_ROOT_ID);
158 COLUMN_MAP_ROOTS.put(Root.COLUMN_FLAGS, TABLE_ROOT_EXTRA + "." + Root.COLUMN_FLAGS);
159 COLUMN_MAP_ROOTS.put(
162 COLUMN_MAP_ROOTS.put(
165 COLUMN_MAP_ROOTS.put(
168 COLUMN_MAP_ROOTS.put(
172 COLUMN_MAP_ROOTS.put(
174 COLUMN_MAP_ROOTS.put(
176 COLUMN_MAP_ROOTS.put(
178 COLUMN_MAP_ROOTS.put(COLUMN_DEVICE_I
[all...]
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/
H A DMediaStoreSaver.java60 values.put(Images.Media.TITLE, title);
61 values.put(Images.Media.DISPLAY_NAME, title);
62 values.put(Images.Media.DESCRIPTION, description);
63 values.put(Images.Media.MIME_TYPE, "image/jpeg");
65 values.put(Images.Media.DATE_ADDED, System.currentTimeMillis());
66 values.put(Images.Media.DATE_TAKEN, System.currentTimeMillis());
135 values.put(Images.Thumbnails.KIND, kind);
136 values.put(Images.Thumbnails.IMAGE_ID, (int) id);
137 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight());
138 values.put(Image
[all...]

Completed in 684 milliseconds

1234567891011>>