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

12345

/packages/services/Car/service/src/com/android/car/cluster/
H A DInstrumentClusterPresentation.java29 getWindow().setType(WindowManager.LayoutParams.TYPE_SYSTEM_ALERT);
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DBuilderWrapper.java41 public void setType(int mType) { method in class:BuilderWrapper
H A DCPOWrapper.java38 public void setType(int type) { method in class:CPOWrapper
/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/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.java158 intent.setType(ContactMethods.CONTENT_POSTAL_TYPE);
186 intent.setType(Contacts.CONTENT_ITEM_TYPE);
192 intent.setType(People.CONTENT_ITEM_TYPE);
198 intent.setType(Phone.CONTENT_ITEM_TYPE);
204 intent.setType(Phones.CONTENT_ITEM_TYPE);
210 intent.setType(StructuredPostal.CONTENT_ITEM_TYPE);
216 intent.setType(ContactMethods.CONTENT_POSTAL_ITEM_TYPE);
222 intent.setType(Contacts.CONTENT_ITEM_TYPE);
229 intent.setType(Contacts.CONTENT_ITEM_TYPE);
236 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/services/Car/bluetooth/bt-map-client-lib/src/com/google/android/auto/mapservice/
H A DBluetoothMapEventReport.java106 public void setType(int type) { method in class:BluetoothMapEventReport
/packages/services/Telephony/src/com/android/phone/
H A DIccPanel.java44 winP.setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
H A DPhoneDisplayMessage.java78 sDisplayMessageDialog.getWindow().setType(
/packages/apps/TV/src/com/android/tv/dvr/
H A DScheduledRecording.java81 .setType(TYPE_PROGRAM);
88 .setType(TYPE_TIMED);
124 private Builder setType(@RecordingType int type) { method in class:ScheduledRecording.Builder
163 .setStartTime(orig.mStartTimeMs).setState(orig.mState).setType(orig.mType);
212 .setType(recordingType(c.getString(++index)))
/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/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/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.java103 msg.setType(TYPE.SMS_GSM);
205 msg.setType(TYPE.SMS_GSM);
275 msg.setType(TYPE.SMS_GSM);
367 msg.setType(TYPE.SMS_GSM);
508 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.java93 intent.setType(Contacts.CONTENT_ITEM_TYPE);
/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DPackageManagerHelper.java90 new Intent(Intent.ACTION_GET_CONTENT).setType("image/*"), 0)) {
/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBluetoothOppHandover.java100 intent.setType(mimeType);
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DPickImageInfo.java24 Intent intent = new Intent(Intent.ACTION_GET_CONTENT).setType("image/*");

Completed in 1262 milliseconds

12345