Searched refs:setType (Results 1 - 25 of 101) sorted by relevance

12345

/packages/apps/Gallery2/src/com/android/photos/
H A DSelectionManager.java113 mShareIntent.setAction(null).setType(null);
117 mShareIntent.setAction(null).setType(null);
120 mShareIntent.setType(GalleryUtils.MIME_TYPE_IMAGE);
122 mShareIntent.setType(GalleryUtils.MIME_TYPE_VIDEO);
124 mShareIntent.setType(GalleryUtils.MIME_TYPE_ALL);
182 mShareIntent.setAction(null).setType(null);
/packages/apps/Camera/src/com/android/camera/ui/
H A DPreviewSurfaceView.java31 getHolder().setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DCameraPreviewView.java30 mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS);
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
H A DAllIntentsActivity.java214 intent.setType(ContactMethods.CONTENT_POSTAL_TYPE);
242 intent.setType(Contacts.CONTENT_ITEM_TYPE);
248 intent.setType(People.CONTENT_ITEM_TYPE);
254 intent.setType(Phone.CONTENT_ITEM_TYPE);
260 intent.setType(Phones.CONTENT_ITEM_TYPE);
266 intent.setType(StructuredPostal.CONTENT_ITEM_TYPE);
272 intent.setType(ContactMethods.CONTENT_POSTAL_ITEM_TYPE);
278 intent.setType(Contacts.CONTENT_ITEM_TYPE);
285 intent.setType(Contacts.CONTENT_ITEM_TYPE);
292 intent.setType(Contact
[all...]
/packages/apps/Gallery/src/com/android/camera/
H A DWallpaper.java46 intent.setType("image/*");
H A DPhotoAppWidgetConfigure.java61 intent.setType("image/*");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DState.java67 void setType(int type) { method in class:State
H A DStatePanelTrack.java179 view.setType(StateView.BEGIN);
181 view.setType(StateView.END);
183 view.setType(StateView.DEFAULT);
/packages/apps/Mms/src/org/w3c/dom/smil/
H A DSMILMediaElement.java153 public void setType(String type) method in interface:SMILMediaElement
/packages/services/Telephony/src/com/android/phone/
H A DCdmaDisplayInfo.java60 sDisplayInfoDialog.getWindow().setType(
H A DIccPanel.java44 winP.setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
H A Ddm_tree_node_class.cc161 SYNCML_DM_RET_STATUS_T DMNode::setType(CPCHAR strType) function in class:DMNode
185 res = setType(pMimeType);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DImageFilterDraw.java65 mDrawingsTypes[i].setType((byte) i);
90 public void setType(byte type); method in interface:ImageFilterDraw.DrawStyle
104 public void setType(byte type) { method in class:ImageFilterDraw.SimpleDraw
213 public void setType(byte type) { method in class:ImageFilterDraw.Brush
/packages/apps/Settings/src/com/android/settings/
H A DMonitoringCertInfoActivity.java68 dialog.getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DRenderingRequest.java90 request.setType(type);
108 request.setType(RenderingRequest.ICON_RENDERING);
158 public void setType(int type) { method in class:RenderingRequest
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
H A DBugReportListActivity.java115 intent.setType("application/x-gzip");
117 intent.setType("text/plain");
119 intent.setType("application/octet-stream");
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
H A DBluetoothMapbMessageTest.java89 msg.setType(TYPE.SMS_GSM);
191 msg.setType(TYPE.SMS_GSM);
261 msg.setType(TYPE.SMS_GSM);
353 msg.setType(TYPE.SMS_GSM);
487 msg.setType(TYPE.MMS);
/packages/apps/BasicSmsReceiver/src/com/android/basicsmsreceiver/
H A DSmsMessageReceiver.java87 di.setType(Integer.toString(notificationId));
/packages/apps/Contacts/src/com/android/contacts/
H A DNonPhoneActivity.java86 intent.setType(Contacts.CONTENT_ITEM_TYPE);
/packages/apps/Nfc/src/com/android/nfc/handover/
H A DBluetoothOppHandover.java103 intent.setType(mimeType);
/packages/apps/Settings/src/com/android/settings/users/
H A DRestrictionUtils.java71 entry.setType(RestrictionEntry.TYPE_BOOLEAN);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
H A DRestrictionUtils.java62 entry.setType(RestrictionEntry.TYPE_BOOLEAN);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
H A DContactsDumpActivity.java122 intent.setType(DataExporter.ZIP_MIME_TYPE);
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DShowOrCreateActivity.java193 createIntent.setType(RawContacts.CONTENT_TYPE);
211 createIntent.setType(RawContacts.CONTENT_ITEM_TYPE);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DAction.java76 setType(type);
149 public void setType(int type) { method in class:Action

Completed in 3120 milliseconds

12345