Searched refs:setType (Results 26 - 50 of 105) sorted by relevance

12345

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
H A DFolderPreferences.java155 ringtoneManager.setType(RingtoneManager.TYPE_NOTIFICATION);
181 ringtoneManager.setType(RingtoneManager.TYPE_NOTIFICATION);
/packages/apps/Nfc/src/com/android/nfc/
H A DNfcDispatcher.java149 intent.setType(ndefMimeType);
157 intent.setType(null);
164 intent.setType(null);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DWebViewContextMenu.java131 send.setType("text/plain");
138 send.setType("text/plain");
243 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstallerMain.java86 openIntent.setType("*/*");
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DWallpaper.java94 .setType(IMAGE_TYPE);
H A DGalleryActivity.java90 if (type.endsWith("/image")) intent.setType("image/*");
91 if (type.endsWith("/video")) intent.setType("video/*");
H A DMovieActivity.java189 intent.setType("video/*");
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DActionModeHandler.java337 intent.setType(GalleryUtils.MIME_TYPE_PANORAMA360);
341 intent.setType(GalleryUtils.MIME_TYPE_PANORAMA360);
374 intent.setAction(Intent.ACTION_SEND_MULTIPLE).setType(mimeType);
377 intent.setAction(Intent.ACTION_SEND).setType(mimeType);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DThirdPartyWallpaperPickerListAdapter.java76 pickImageIntent.setType("image/*");
/packages/apps/Mms/src/com/android/mms/widget/
H A DMmsWidgetProvider.java112 msgIntent.setType("vnd.android-dir/mms-sms");
/packages/services/Telephony/src/com/android/phone/
H A DSpecialCharSequenceMgr.java239 alert.getWindow().setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
/packages/wallpapers/Basic/src/com/android/wallpaper/walkaround/
H A DWalkAroundWallpaper.java112 surfaceHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DProcessingService.java102 request.setType(RenderingRequest.HIGHRES_RENDERING);
115 request.setType(RenderingRequest.PARTIAL_RENDERING);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java240 new Intent(Intent.ACTION_SEND).setType(mMimeType), 0);
277 intent.setType(mMimeType);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMessageListingElement.java138 public void setType(TYPE type) { method in class:BluetoothMapMessageListingElement
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java90 intent.setType(Contacts.CONTENT_TYPE);
H A DContactEditorActivity.java213 intent.setType(Contacts.CONTENT_ITEM_TYPE);
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
H A DImportExportDialogFragment.java186 intent.setType(Contacts.CONTENT_VCARD_TYPE);
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DAccountSelectionUtil.java168 importIntent.setType("vnd.android.cursor.item/sim-contact");
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
H A DWidgetConfigure.java205 .setType("image/*");
/packages/apps/Launcher3/src/com/android/launcher3/
H A DMemoryDumpActivity.java119 shareIntent.setType("application/zip");
/packages/apps/Mms/src/com/android/mms/dom/smil/
H A DSmilMediaElementImpl.java252 public void setType(String type) throws DOMException { method in class:SmilMediaElementImpl
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothPermissionRequest.java80 connectionAccessIntent.setType(Integer.toString(mRequestType)); /* This is needed to create two pending
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DVCardRecord.java148 intent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DUsabilityStudyLogUtils.java241 intent.setType("text/plain");

Completed in 484 milliseconds

12345