Home
last modified time | relevance | path

Searched defs:intents (Results 1 – 14 of 14) sorted by relevance

/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/broadcasts/
DActivityIntents.kt56 val intents = parser.parseDumpsysActivities(commandOutput) in <lambda>() constant
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20007/test-app/src/android/security/cts/CVE_2022_20007/
DPocMainActivity.java45 Intent[] intents = {victimIntent, coverIntent}; in onCreate() local
/cts/tests/framework/base/windowmanager/backgroundactivity/TestApp/src/android/server/wm/backgroundactivity/appa/
DForegroundEmbeddingActivity.java84 void startActivityInSplit(Intent[] intents) { in startActivityInSplit()
/cts/tests/app/PendingIntentApi33/src/android/app/cts/pendingintentapi33/
DPendingIntentApi33Test.java75 Intent[] intents = new Intent[]{ in testGetActivities() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DSplashscreenTests.java145 Intent[] intents, ActivityOptions options) { in startActivitiesFromStarter()
579 private void launchActivitiesFromStarterWithOptions(Intent[] intents, in launchActivitiesFromStarterWithOptions()
595 final Intent[] intents = new Intent[] { in testLaunchActivitiesWithIconOptions() local
612 final Intent[] intents = new Intent[] { in testLaunchActivitiesWithSolidColorOptions() local
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java124 final Parcelable[] intents = data.getParcelableArray(EXTRA_INTENTS); in handleCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java92 final Intent[] intents = buttonInfo.getIntents(); in onClick() local
181 public ButtonInfo(int buttonText, Intent... intents) { in ButtonInfo()
/cts/tests/framework/base/windowmanager/src/android/server/wm/intent/
DPersistence.java163 public static JSONArray intentsToJson(List<GenerationIntent> intents) in intentsToJson()
175 List<GenerationIntent> intents = new ArrayList<>(); in intentsFromJson() local
373 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents) { in prepareSerialisation()
379 static List<GenerationIntent> prepareSerialisation(List<LaunchFromIntent> intents, in prepareSerialisation()
/cts/tests/signature/intent-check/src/android/signature/cts/intent/
DIntentTest.java117 Set<String> intents = new HashSet<>(); in lookupPlatformIntents() local
/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
DStartActivityTests.java479 private int[] startActivitiesAndGetTaskIds(Intent[] intents) { in startActivitiesAndGetTaskIds()
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileSharingTest.java358 Intent[] intents, ResolveInfo expectedForwarder, boolean expectForwardable) { in assertCrossProfileIntentsResolvability()
/cts/tests/framework/base/windowmanager/backgroundactivity/src/android/server/wm/
DBackgroundActivityTestBase.java226 Intent[] intents = Stream.of(componentNames) in getLaunchActivitiesBroadcast() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java520 final Intent[] intents = new Intent[]{ in testApplyWithDrawInstructions() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1142 final Intent[] intents = { in testStartActivities() local