Searched refs:type (Results 176 - 200 of 571) sorted by relevance

1234567891011>>

/packages/services/Telephony/src/org/apache/james/mime4j/field/
H A DContentTypeField.java51 * The <code>multipart/digest</code> MIME type.
55 * The <code>text/plain</code> MIME type.
59 * The <code>message/rfc822</code> MIME type.
91 * Gets the MIME type defined in this Content-Type field.
93 * @return the MIME type or an empty string if not set.
100 * Gets the MIME type defined in the child's
101 * Content-Type field or derives a MIME type from the parent
102 * if child is <code>null</code> or hasn't got a MIME type value set.
103 * If child's MIME type is multipart but no boundary
104 * has been set the MIME type o
[all...]
/packages/apps/Bluetooth/jni/
H A Dcom_android_bluetooth_avrcp.cpp341 jint type, jint playStatus) {
350 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
358 jint type, jbyteArray track) {
378 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
387 jint type, jint playPos) {
395 (btrc_notification_type_t)type, &param)) != BT_STATUS_SUCCESS) {
340 registerNotificationRspPlayStatusNative(JNIEnv *env, jobject object, jint type, jint playStatus) argument
357 registerNotificationRspTrackChangeNative(JNIEnv *env, jobject object, jint type, jbyteArray track) argument
386 registerNotificationRspPlayPosNative(JNIEnv *env, jobject object, jint type, jint playPos) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java311 int type;
315 while((type=parser.next()) != XmlPullParser.END_TAG
316 && type != XmlPullParser.END_DOCUMENT ) {
342 int type;
344 while((type=parser.next()) != XmlPullParser.END_TAG
345 && type != XmlPullParser.END_DOCUMENT ) {
381 // TODO: Do we want to add compare of folder type?
/packages/apps/Email/provider_src/com/android/email/provider/
H A DAccountReconciler.java67 for (final String type : accountTypes) {
68 final android.accounts.Account[] accounts = am.getAccountsByType(type);
125 final String name, final String type) {
127 if (account.name.equalsIgnoreCase(name) && account.type.equalsIgnoreCase(type)) {
259 final String accountType = accountManagerAccount.type;
124 hasAmAccount(final List<android.accounts.Account> accounts, final String name, final String type) argument
/packages/apps/Music/src/com/android/music/
H A DMediaPickerActivity.java99 String type = mCursor.getString(mCursor.getColumnIndexOrThrow(
107 if (type.startsWith("video")) {
131 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, id), type);
162 String type = intent.getType();
167 if(type.equals("video/*")) {
181 if (type.equals("video/*")) {
H A DVideoBrowserActivity.java83 String type = mCursor.getString(mCursor.getColumnIndexOrThrow(MediaStore.Video.Media.MIME_TYPE));
84 intent.setDataAndType(ContentUris.withAppendedId(MediaStore.Video.Media.EXTERNAL_CONTENT_URI, id), type);
/packages/apps/Camera2/src/com/android/camera/one/v2/commands/
H A DZslPreviewCommand.java104 private List<Request> createWarmupBurst(RequestBuilder.Factory builder, int type, int size) argument
106 RequestBuilder zslRequest = builder.create(type);
/packages/apps/Camera2/src/com/android/camera/one/v2/core/
H A DObservableFrameServer.java61 public void submitRequest(List<Request> burstRequests, RequestType type) argument
64 mDelegate.submitRequest(burstRequests, type);
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DSelectAccountActivity.java70 intent.putExtra(ACCOUNT_TYPE, account.type);
89 intent.putExtra(ACCOUNT_TYPE, account.type);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/
H A DTestAuthenticator.java64 Log.v(TestauthConstants.LOG_TAG, "addAccount() type=" + accountType);
74 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type);
87 bundle.putString(AccountManager.KEY_ACCOUNT_TYPE, account.type);
/packages/apps/Dialer/tests/src/com/android/dialer/calllog/
H A DCallLogGroupBuilderTest.java388 for (int type : types) {
389 addCallLogEntry(number, type);
392 /** Adds a call log entry with the given number and type to the cursor. */
393 private void addCallLogEntry(String number, int type) { argument
394 addCallLogEntryWithPostDialDigits(number, "", type);
397 /** Adds a call log entry with the given number, post-dial digits, and type to the cursor. */
398 private void addCallLogEntryWithPostDialDigits(String number, String postDialDigits, int type) { argument
403 values[CallLogQuery.CALL_TYPE] = type;
410 /** Adds a call log entry with the given number, post-dial digits, and type to the cursor. */
411 private void addCallLogEntryWithViaNumber(String number, String viaNumber, int type) { argument
[all...]
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
H A DContactTestUtils.java89 int type) {
95 values.put(ContactsContract.CommonDataKinds.Phone.TYPE, type);
86 insertPhoneNumber(ContentResolver contentResolver, long rawContactId, String phoneNumber, int type) argument
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheRequest.java38 Path path, long timeModified, int type, int targetSize) {
41 mType = type;
37 ImageCacheRequest(GalleryApp application, Path path, long timeModified, int type, int targetSize) argument
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java156 * @param type The texture type (e.g. GL_UNSIGNED_BYTE)
158 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); argument
177 * @param type The texture type (e.g. GL_UNSIGNED_BYTE)
181 int format, int type);
179 texSubImage2D(BasicTexture texture, int xOffset, int yOffset, Bitmap bitmap, int format, int type) argument
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Dvp_motionmodel.h64 can be considered as elements of a 4x4 matrix) and a type field
130 enum VP_MOTION_MODEL type; member in struct:__anon10
172 (m).type = VP_MOTION_TRANSLATION; } while (0)
181 (m).type = VP_MOTION_PROJ_3D; } while (0)
185 VP_KEEP_TRANSLATION_3D(m); MZW(m)=(VP_PAR)0.0; (m).type= VP_MOTION_TRANSLATION;} while (0)
190 (m).type = VP_MOTION_PROJ_3D; } while (0)
197 (m).type = VP_MOTION_AFFINE; } while (0)
203 (m).type = VP_MOTION_PROJECTIVE; } while (0)
217 if ((m).type==VP_MOTION_PROJ_3D) outz/=vpTmpWarpPnt___; } while (0)
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSendMessageAction.java315 // TODO: We're optimistically setting the type/box of outgoing messages to
326 int type;
330 type = Sms.MESSAGE_TYPE_SENT;
335 type = Sms.MESSAGE_TYPE_SENT;
340 type = Sms.MESSAGE_TYPE_SENT;
345 type = Sms.MESSAGE_TYPE_FAILED;
349 type = Sms.MESSAGE_TYPE_ALL;
356 if (type != Sms.MESSAGE_TYPE_ALL) {
358 type, message.getReceivedTimeStamp())) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictedProfilePinDialogFragment.java41 public static RestrictedProfilePinDialogFragment newInstance(@PinDialogType int type) { argument
44 b.putInt(PinDialogFragment.ARG_TYPE, type);
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
H A DFolder.java92 * Reports if the Store is able to create folders of the given type.
94 * @param type
97 public abstract boolean canCreate(FolderType type); argument
100 * Attempt to create the given folder remotely using the given type.
103 public abstract boolean create(FolderType type) throws MessagingException; argument
187 * Create an empty message of the appropriate type for the Folder.
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionary.java198 PhonyDictionary(final String type) { argument
199 super(type, null);
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
H A Dsuggestion_results.cpp62 const int score, const int type, const int indexToPartialCommit,
79 mSuggestedWords.push(SuggestedWord(codePoints, codePointCount, score, type,
61 addSuggestion(const int *const codePoints, const int codePointCount, const int score, const int type, const int indexToPartialCommit, const int autocimmitFirstWordConfindence) argument
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForEmail.java86 protected int getTypeRank(int type) { argument
87 switch (type) {
/packages/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DBluetoothMapMessage.java82 public void setType(int type) { argument
83 mType = type;
/packages/services/Car/car-lib/src/android/car/navigation/
H A DCarNavigationInstrumentCluster.java119 @ClusterType int type,
124 this.mType = type;
157 "type: " + mType + ", " +
117 CarNavigationInstrumentCluster( int minIntervalMs, @ClusterType int type, int imageWidth, int imageHeight, int imageColorDepthBits) argument
/packages/services/Car/car-support-lib/src/android/support/car/hardware/
H A DCarSensorManagerEmbedded.java112 public CarSensorEvent getLatestSensorEvent(int type) throws CarNotConnectedException { argument
114 return convert(mManager.getLatestSensorEvent(type));
/packages/services/Car/car-support-lib/src/android/support/car/navigation/
H A DCarNavigationInstrumentCluster.java127 @ClusterType int type,
133 this.mType = type;
171 "type: " + mType + ", " +
125 CarNavigationInstrumentCluster( int minIntervalMs, @ClusterType int type, int imageWidth, int imageHeight, int imageColorDepthBits) argument

Completed in 745 milliseconds

1234567891011>>