Home
last modified time | relevance | path

Searched refs:setType (Results 1 – 25 of 32) sorted by relevance

12

/cts/tests/signature/tests/src/android/signature/cts/tests/
DJDiffClassDescriptionTest.java86 clz.setType(JDiffClassDescription.JDiffType.CLASS); in createNormalClass()
101 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testMissingClass()
309 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerClass()
322 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testInnerInnerClass()
335 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in testInnerInterface()
347 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in testInterface()
359 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testFinalClass()
416 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAbstractClass()
428 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingAbstractFromAClass()
440 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAddingAbstractToAClass()
[all …]
/cts/tests/tests/content/src/android/content/cts/
DAvailableIntentsTest.java233 addAppointmentIntent.setType("vnd.android.cursor.item/event"); in testCalendarAddAppointment()
244 intent.setType("vnd.android.cursor.dir/calls"); in testContactsCallLogs()
289 intent.setType("*/*"); in testOpenDocumentAny()
296 intent.setType("image/*"); in testOpenDocumentImage()
303 intent.setType("text/plain"); in testCreateDocument()
310 intent.setType("*/*"); in testGetContentAny()
317 intent.setType("image/*"); in testGetContentImage()
DIntentTest.java126 mIntent.setType(TEST_TYPE); in testReadFromParcel()
220 mIntent.setType(TEST_TYPE); in testAccessType()
259 mIntent.setType(TEST_TYPE); in testResolveType1()
261 mIntent.setType(null); in testResolveType1()
271 mIntent.setType(TEST_TYPE); in testResolveType2()
273 mIntent.setType(null); in testResolveType2()
360 mIntent.setType(TEST_TYPE); in testResolveTypeIfNeeded()
363 mIntent.setType(null); in testResolveTypeIfNeeded()
367 mIntent.setType(TEST_TYPE); in testResolveTypeIfNeeded()
371 mIntent.setType(null); in testResolveTypeIfNeeded()
[all …]
DReadableUriExtraToClipDataTest.java86 intent.setType("*/*"); in testUriExtraStreamMigratedToClipData_sendIntent()
98 intent.setType("*/*"); in testUriExtraStreamMigratedToClipData_sendMultipleIntent()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DIntentFiltersTestHelper.java60 new Intent(Intent.ACTION_SEND).setType("*/*"),
61 new Intent(Intent.ACTION_SEND_MULTIPLE).setType("*/*")
92 new Intent(Intent.ACTION_GET_CONTENT).setType("*/*").addCategory(
94 new Intent(Intent.ACTION_OPEN_DOCUMENT).setType("*/*").addCategory(
117 Uri.parse("http://example.com/oceans.mp4")).setType("video/mp4"),
119 Uri.parse("http://www.example.com/horse.mp3")).setType("audio/*"),
DNfcTestActivity.java98 shareIntent.setType("image/jpg"); in onCreate()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java130 intent.setType("*/*"); in testOpenSimple()
170 intent.setType("*/*"); in testOpenVirtual()
212 intent.setType(MIME_TYPE); in testCreateNew()
236 intent.setType("mime2/file2"); in testCreateExisting()
338 intent.setType("*/*"); in testGetContent()
521 intent.setType("*/*"); in testOpenDocumentAtInitialLocation()
557 intent.setType("plain/text"); in testCreateDocumentAtInitialLocation()
569 intent.setType("*/*"); in testCreateWebLink()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/
DProjectedPresentation.java34 getWindow().setType(WindowManager.LayoutParams.TYPE_PRIVATE_PRESENTATION); in ProjectedPresentation()
/cts/tests/camera/src/android/hardware/cts/
DCameraCtsActivity.java42 mSurfaceView.getHolder().setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in onCreate()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DNfcTest.java44 intent.setType(TEXT_MIME_TYPE); in getTextShareIntent()
/cts/tests/tests/view/src/android/view/cts/
DActionModeTest.java70 mockActionMode.setType(ActionMode.TYPE_FLOATING); in testSetType()
73 mockActionMode.setType(ActionMode.TYPE_PRIMARY); in testSetType()
DWindowTest.java575 mWindow.setType(WindowManager.LayoutParams.TYPE_BASE_APPLICATION); in testSetType()
749 getWindow().setType(WindowManager.LayoutParams.TYPE_PRIVATE_PRESENTATION); in ProjectedPresentation()
/cts/suite/audio_quality/lib/src/
DSignalProcessingImpl.cpp228 val->setType(TaskCase::Value::ETypeI64); in run()
230 val->setType(TaskCase::Value::ETypeDouble); in run()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVCameraPreview.java75 mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in initSurface()
/cts/tests/tests/location/src/android/location/cts/
DGnssNavigationMessageTest.java106 message.setType(GnssNavigationMessage.TYPE_GPS_L2CNAV); in setTestValues()
/cts/tests/tests/permission/src/android/permission/cts/
DProviderPermissionTest.java118 intent.setType("*/*"); in testManageDocuments()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
DSampleTestActivity.java112 intent.setType("text/plain"); in createFileAndShare()
/cts/suite/audio_quality/lib/include/task/
DTaskCase.h71 inline void setType(Type type) { in setType() function
/cts/tests/tests/media/src/android/media/cts/
DRemoteVirtualDisplayService.java176 getWindow().setType(WindowManager.LayoutParams.TYPE_PRIVATE_PRESENTATION); in TestPresentation()
DRingtoneManagerTest.java146 mRingtoneManager.setType(RingtoneManager.TYPE_ALARM); in testSetType()
DEncodeVirtualDisplayTest.java609 getWindow().setType(WindowManager.LayoutParams.TYPE_PRIVATE_PRESENTATION); in onCreate()
/cts/tests/signature/src/android/signature/cts/
DCurrentApi.java132 currentClass.setType(isInterface ? JDiffClassDescription.JDiffType.INTERFACE : in loadClassInfo()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/streamquality/
DPlayVideoActivity.java85 mHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in onCreate()
/cts/tests/tests/display/src/android/display/cts/
DVirtualDisplayTest.java308 getWindow().setType(mWindowType); in onCreate()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DPhotoCaptureActivity.java112 mSurfaceHolder.setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in onCreate()

12