Home
last modified time | relevance | path

Searched refs:setIntent (Results 1 – 22 of 22) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralService.java44 .setIntent(intent) in onBind()
57 .setIntent(intent) in onStartCommand()
DEphemeralActivity3.java38 .setIntent(getIntent()) in onCreate()
DEphemeralActivity2.java38 .setIntent(getIntent()) in onCreate()
DEphemeralActivity.java50 .setIntent(getIntent()) in onCreate()
/cts/tests/vr/src/android/vr/cts/
DVrSetFIFOThreadTest.java65 private void setIntent(int viewIndex, int createProtected, in setIntent() method in VrSetFIFOThreadTest
76 setIntent(OpenGLESActivity.RENDERER_BASIC, 1, 0, 0); in testSetVrThreadAPISuccess()
100 setIntent(OpenGLESActivity.RENDERER_BASIC, 1, 0, 0); in testSetVrThreadAPIFailure()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerStartShortcutTest.java109 .setIntent(i).build() in testStartSingle()
217 .setIntent(i).build() in testShortcutWrongId()
335 .setIntent(i).build() in testNonExistent()
360 .setIntent(i).build() in testUnExported()
DShortcutManagerFakingPublisherTest.java69 .setIntent(new Intent(Intent.ACTION_VIEW)) in testSpoofingPublisher()
DShortcutManagerRequestPinTest.java83 .setIntent(new Intent(Intent.ACTION_MAIN)) in testRequestPinShortcut()
194 .setIntent(new Intent(Intent.ACTION_MAIN)) in testRequestPinShortcut_multiLaunchers_withDynamic()
DShortcutManagerConfigActivityTest.java124 .setIntent(new Intent(Intent.ACTION_MAIN)) in getShortcutRequestForPackage1()
DShortcutManagerCtsTestsBase.java447 .setIntent(intent); in makeShortcut()
DShortcutManagerClientApiTest.java88 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(null)); in testShortcutInfoMissingMandatoryFields()
93 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(new Intent())); in testShortcutInfoMissingMandatoryFields()
131 () -> new ShortcutInfo.Builder(getTestContext(), "id").setIntent(new Intent())); in testShortcutInfoMissingMandatoryFields()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java630 .setIntent(bubbleIntent) in testBubbleMetadataBuilder()
652 .setIntent(bubbleIntent) in testBubbleMetadata_parcel()
672 .setIntent(bubbleIntent) in testBubbleMetadata_parcelResId()
701 .setIntent(bubbleIntent); in testBubbleMetadataBuilder_throwForNoIcon()
720 .setIntent(bubbleIntent); in testBubbleMetadataBuilder_throwForBitmapIcon()
736 .setIntent(bubbleIntent); in testBubbleMetadataBuilder_noThrowForAdaptiveBitmapIcon()
749 .setIntent(bubbleIntent); in testBubbleMetadataBuilder_noThrowForNonBitmapIcon()
764 .setIntent(bubbleIntent) in testBubbleMetadataBuilder_replaceHeightRes()
783 .setIntent(bubbleIntent) in testBubbleMetadataBuilder_replaceHeightDp()
856 .setIntent(bubbleIntent) in makeBubbleMetadata()
DNotificationManagerTest.java390 .setIntent(pendingIntent) in sendAndVerifyBubble()
2697 .setIntent(pendingIntent) in testNotificationManagerBubblePolicy_noFlag_notEmbeddable()
2733 .setIntent(pendingIntent) in testNotificationManagerBubblePolicy_noFlag_notDocumentLaunchModeAlways()
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerManagedUserTest.java54 .setIntent(new Intent(Intent.ACTION_VIEW).setComponent( in test02_createShortuctsOnPrimaryUser()
62 .setIntent(new Intent(Intent.ACTION_VIEW).setComponent( in test03_createShortuctsOnManagedProfile()
DShortcutManagerSecondaryUserTest.java44 .setIntent(new Intent(Intent.ACTION_VIEW).setComponent( in testCreateAndStart()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp2/src/com/android/cts/ephemeralapp2/
DEphemeralActivity.java49 .setIntent(getIntent()) in onCreate()
/cts/tests/app/app/src/android/app/stubs/
DBubblesTestService.java74 .setIntent(pendingIntent) in getNotificationForTest()
DBubblesTestActivity.java68 .setIntent(pendingIntent) in sendBubble()
/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/util/src/com/android/cts/util/
DTestResult.java169 public Builder setIntent(Intent _intent) { in setIntent() method in TestResult.Builder
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DBubblesVerifierActivity.java466 .setIntent(pendingIntent); in getBasicBubbleBuilder()
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DTextClassifierValueObjectsTest.java262 .setIntent(intent) in testTextClassificationLegacy()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java827 mRemoteViews.setIntent(R.id.remoteView_custom, "setIntentField", intent); in testSetIntent()
835 mRemoteViews.setIntent(R.id.remoteView_absolute, "setIntentField", intent); in testSetIntent()