Home
last modified time | relevance | path

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

1234

/cts/hostsidetests/appsecurity/test-apps/EphemeralTestApp/EphemeralApp1/src/com/android/cts/ephemeralapp1/
DEphemeralService.java44 .setIntent(intent) in onBind()
57 .setIntent(intent) in onStartCommand()
DEphemeralActivity2.java38 .setIntent(getIntent()) in onCreate()
DEphemeralActivity3.java38 .setIntent(getIntent()) in onCreate()
DEphemeralActivity.java50 .setIntent(getIntent()) in onCreate()
/cts/tests/searchui/src/android/searchuiservice/cts/
DSearchActionTest.java88 .setIntent(INTENT) in testParcel_nullIcon()
103 .setIntent(INTENT) in testParcel_bitmapIcon()
118 .setIntent(INTENT) in testParcel_filePathIcon()
140 mBuilder.setIntent(INTENT); in test_twoIntents()
DSearchUiUtils.java85 .setIntent(new Intent()) in generateSearchTarget()
/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.java111 .setIntent(i).build() in testStartSingle()
221 .setIntent(i).build() in testShortcutWrongId()
339 .setIntent(i).build() in testNonExistent()
364 .setIntent(i).build() in testUnExported()
DShortcutManagerLauncherApiTest.java436 .setIntent(new Intent("main").putExtra("k1", "yyy")) in setDynamicShortcuts_PersistsShortcutsToDisk()
490 .setIntent(new Intent("main").putExtra("k1", "yyy")) in removeAllDynamicShortcuts_RemovesShortcutsFromDisk()
549 .setIntent(new Intent("main").putExtra("k1", "yyy")) in addDynamicShortcuts_PersistsShortcutsToDisk()
605 .setIntent(new Intent("main").putExtra("k1", "yyy")) in pushDynamicShortcuts_PersistsShortcutsToDisk()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java68 .setIntent(new Intent(Intent.ACTION_MAIN)) in onStartCommand()
95 .setIntent(bubbleIntent) in onStartCommand()
/cts/hostsidetests/shortcuts/deviceside/multiuser/src/android/content/pm/cts/shortcut/multiuser/
DShortcutManagerManagedUserTest.java53 .setIntent(new Intent(Intent.ACTION_VIEW).setComponent( in test02_createShortuctsOnPrimaryUser()
61 .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/framework/base/windowmanager/util/src/android/server/wm/activity/lifecycle/
DCallbackTrackingActivity.java52 setIntent(intent); in onNewIntent()
/cts/tests/smartspace/src/android/smartspace/cts/
DSmartspaceTestUtils.java58 .setIntent(intent) in createSmartspaceTapAction()
DTapActionTest.java56 .setIntent(intent) in testCreateTapAction()
DSmartspaceActionTest.java66 .setIntent(intent) in testCreateSmartspaceAction()
/cts/tests/tests/security/src/android/security/cts/
DCVE_2024_31314.java64 .setIntent(new Intent(Intent.ACTION_INSERT)) in testPocCVE_2024_31314()
/cts/tests/JobScheduler/src/android/jobscheduler/cts/
DJobWorkItemTest.java42 .setIntent(TEST_INTENT) in testAllInfoGivenToJob()
79 JobWorkItem jwi = new JobWorkItem.Builder().setIntent(TEST_INTENT).build(); in testIntentOnlyItem_builder()
290 JobWorkItem jwi = new JobWorkItem.Builder().setIntent(TEST_INTENT).build(); in testPersisted_withIntent()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2024-0017/src/android/security/cts/CVE_2024_0017/
DDeviceTest.java96 cameraActivity.setIntent(videoCaptureIntent); in testPocCVE_2024_0017()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-40092/src/android/security/cts/CVE_2023_40092/
DDeviceTest.java80 .setIntent(new Intent("cve_2023_40092_action")) in testPocCVE_2023_40092()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/offhost/
DUiccTransactionEvent1EmulatorActivity.java65 setIntent(intent); in onNewIntent()
DUiccTransactionEvent2EmulatorActivity.java65 setIntent(intent); in onNewIntent()
/cts/common/device-side/bedstead/eventlib/src/main/java/com/android/eventlib/events/services/
DServiceUnboundEvent.java128 public ServiceUnboundEventLogger setIntent(Intent intent) { in setIntent() method in ServiceUnboundEvent.ServiceUnboundEventLogger
DServiceBoundEvent.java124 public ServiceBoundEventLogger setIntent(Intent intent) { in setIntent() method in ServiceBoundEvent.ServiceBoundEventLogger

1234