Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/
DIntentDrivenTestActivity.java87 final Intent[] intents = buttonInfo.getIntents(); in onClick() local
176 public ButtonInfo(int buttonText, Intent... intents) { in ButtonInfo()
/cts/tests/framework/base/windowmanager/app_base/src/android/server/wm/app/
DTestActivity.java121 final Parcelable[] intents = data.getParcelableArray(EXTRA_INTENTS); in handleCommand() local
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DDisallowSharingIntoProfileTest.java185 private void assertCrossProfileIntentsResolvability(List<Intent> intents, in assertCrossProfileIntentsResolvability()
/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/framework/base/windowmanager/src/android/server/wm/
DStartActivityTests.java378 private int[] startActivitiesAndGetTaskIds(Intent[] intents) { in startActivitiesAndGetTaskIds()
/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/backgroundactivity/src/android/server/wm/
DBackgroundActivityLaunchTest.java584 Intent[] intents = Stream.of(componentNames) in getLaunchActivitiesBroadcast() local
/cts/tests/tests/content/src/android/content/cts/
DContextTest.java1012 final Intent[] intents = { in testStartActivities() local