/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | DataProfileTest.java | 53 .setType(TYPE) in testConstructorAndGetters() 90 .setType(TYPE) in testEquals() 108 .setType(TYPE) in testEquals() 131 .setType(TYPE) in testNotEquals() 149 .setType(TYPE) in testNotEquals() 174 .setType(TYPE) in testParcel()
|
/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceMetricsTest.java | 54 getLogMaker().setCategory(MetricsEvent.SLICE).setType(MetricsEvent.TYPE_OPEN)); in testLogVisible() 61 getLogMaker().setCategory(MetricsEvent.SLICE).setType(MetricsEvent.TYPE_CLOSE)); in testLogHidden() 69 .setType(MetricsEvent.TYPE_ACTION) in testLogOnTouch()
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | CrossProfileSharingTest.java | 82 new Intent(Intent.ACTION_GET_CONTENT).setType("*/*").addCategory( 84 new Intent(Intent.ACTION_OPEN_DOCUMENT).setType("*/*").addCategory( 86 new Intent(Intent.ACTION_PICK).setType("*/*").addCategory( 93 new Intent(Intent.ACTION_SEND).setType("*/*"), 94 new Intent(Intent.ACTION_SEND_MULTIPLE).setType("*/*")
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | ApiPresenceCheckerTest.java | 50 clz.setType(JDiffClassDescription.JDiffType.CLASS); in createClass() 58 clz.setType(JDiffClassDescription.JDiffType.CLASS); in createAbstractClass() 110 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in createInterface()
|
D | ApiComplianceCheckerTest.java | 74 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testMissingClass() 321 clz.setType(JDiffClassDescription.JDiffType.INTERFACE); in testInnerInterface() 342 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testFinalClass() 388 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAbstractClass() 401 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingAbstractFromAClass() 497 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testAddingFinalToAMethodInAFinalClass() 512 clz.setType(JDiffClassDescription.JDiffType.CLASS); in testRemovingFinalToAMethodInAFinalClass()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | IntentFiltersTestHelper.java | 60 new Intent(Intent.ACTION_SEND).setType("*/*"), 61 new Intent(Intent.ACTION_SEND_MULTIPLE).setType("*/*") 88 new Intent(Intent.ACTION_GET_CONTENT).setType("*/*").addCategory( 90 new Intent(Intent.ACTION_OPEN_DOCUMENT).setType("*/*").addCategory( 123 Uri.parse("http://example.com/oceans.mp4")).setType("video/mp4"), 125 Uri.parse("http://www.example.com/horse.mp3")).setType("audio/*"),
|
/cts/tests/tests/content/src/android/content/cts/ |
D | AvailableIntentsTest.java | 311 addAppointmentIntent.setType("vnd.android.cursor.item/event"); in testCalendarAddAppointment() 322 intent.setType("vnd.android.cursor.dir/calls"); in testContactsCallLogs() 384 intent.setType("*/*"); in testOpenDocumentAny() 391 intent.setType("image/*"); in testOpenDocumentImage() 398 intent.setType("text/plain"); in testCreateDocument() 405 intent.setType("*/*"); in testGetContentAny() 412 intent.setType("image/*"); in testGetContentImage()
|
D | ReadableUriExtraToClipDataTest.java | 86 intent.setType("*/*"); in testUriExtraStreamMigratedToClipData_sendIntent() 98 intent.setType("*/*"); in testUriExtraStreamMigratedToClipData_sendMultipleIntent()
|
D | IntentTest.java | 129 mIntent.setType(TEST_TYPE); in testReadFromParcel() 225 mIntent.setType(TEST_TYPE); in testAccessType() 264 mIntent.setType(TEST_TYPE); in testResolveType1() 266 mIntent.setType(null); in testResolveType1() 276 mIntent.setType(TEST_TYPE); in testResolveType2() 278 mIntent.setType(null); in testResolveType2() 384 mIntent.setType(TEST_TYPE); in testResolveTypeIfNeeded() 387 mIntent.setType(null); in testResolveTypeIfNeeded() 391 mIntent.setType(TEST_TYPE); in testResolveTypeIfNeeded() 395 mIntent.setType(null); in testResolveTypeIfNeeded() [all …]
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 215 intent.setType("*/*"); in testOpenSimple() 255 intent.setType("*/*"); in testOpenVirtual() 297 intent.setType(MIME_TYPE); in testCreateNew() 321 intent.setType("mime2/file2"); in testCreateExisting() 520 intent.setType("*/*"); in testGetContent_rootsShowing() 552 intent.setType("*/*"); in testGetContentWithQuery_matchingFileShowing() 571 intent.setType("*/*"); in testGetContent_returnsResultToCallingActivity() 759 intent.setType("*/*"); in testOpenDocumentAtInitialLocation() 826 intent.setType("plain/text"); in testCreateDocumentAtInitialLocation() 838 intent.setType("*/*"); in testCreateWebLink() [all …]
|
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/ |
D | TestSuiteContentReport.java | 128 fEntry.setType(Entry.EntryType.CONFIG); in parseFileMetadata() 131 fEntry.setType(Entry.EntryType.APK); in parseFileMetadata() 133 fEntry.setType(Entry.EntryType.JAR); in parseFileMetadata() 135 fEntry.setType(Entry.EntryType.SO); in parseFileMetadata() 138 fEntry.setType(Entry.EntryType.FILE); in parseFileMetadata() 260 folderEntry.setType(Entry.EntryType.FOLDER); in parseFolder()
|
/cts/tests/camera/src/android/hardware/cts/ |
D | CameraCtsActivity.java | 42 mSurfaceView.getHolder().setType(SurfaceHolder.SURFACE_TYPE_PUSH_BUFFERS); in onCreate()
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContractIntentsTest.java | 53 intent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE); in testGetContentContactDir()
|
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/assertions/ |
D | AssertionsByIntentResolution.java | 109 intent.setType(mimeTypes.iterator().next()); in intentGroup() 118 sendIntent.setType(mimeType); in intentSend()
|
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
D | NfcTest.java | 57 intent.setType(TEXT_MIME_TYPE); in getTextShareIntent()
|
D | CrossProfileSharingTest.java | 116 intent.setType("text/plain"); in getSendIntent()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ActionModeTest.java | 71 mockActionMode.setType(ActionMode.TYPE_FLOATING); in testSetType() 74 mockActionMode.setType(ActionMode.TYPE_PRIMARY); in testSetType()
|
/cts/tools/release-parser/src/com/android/cts/releaseparser/ |
D | ZipParser.java | 139 entryBuilder.setType(Entry.EntryType.FOLDER); in parseFileContent() 141 entryBuilder.setType(Entry.EntryType.FILE); in parseFileContent()
|
D | DexParser.java | 129 fieldBuilder.setType(ClassUtils.getCanonicalName(dxField.getType())); in parse() 189 apiAnnotationBuilder.setType(ClassUtils.getCanonicalName(annotation.getType())); in getAnnotationList() 251 fieldBuilder.setType(ClassUtils.getCanonicalName(f.getType())); in processField()
|
/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/utils/ |
D | SidecarUtil.java | 166 newDisplayFeature.setType(d.getType()); in assertEqualWindowLayoutInfo() 221 newDisplayFeature.setType(d.getType()); in getMutualDisplayFeatures()
|
/cts/suite/audio_quality/lib/src/ |
D | SignalProcessingImpl.cpp | 228 val->setType(TaskCase::Value::ETypeI64); in run() 230 val->setType(TaskCase::Value::ETypeDouble); in run()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/ |
D | SampleTestActivity.java | 112 intent.setType("text/plain"); in createFileAndShare()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-0586/src/android/security/cts/CVE_2021_0586/ |
D | DeviceTest.java | 50 sharingIntent.setType("image/*"); in startDevicePickerActivity()
|
/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssNavigationMessageTest.java | 126 message.setType(GnssNavigationMessage.TYPE_GPS_L2CNAV); in setTestValues()
|
/cts/suite/audio_quality/lib/include/task/ |
D | TaskCase.h | 71 inline void setType(Type type) { in setType() function
|