Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowPendingIntentTest.java72 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)}; in getActivities_shouldCreateIntentForBroadcast() local
87 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)}; in getActivities_withBundle_shouldCreateIntentForBroadcast() local
195 Intent[] intents = {new Intent("first"), new Intent("second")}; in send_shouldFillInLastIntentData() local
218 Intent[] intents = {new Intent("first"), new Intent("second")}; in send_shouldNotUsePreviouslyFilledInLastIntentData() local
311 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)}; in getActivities_withFlagNoCreate_shouldReturnNullIfNoPendingIntentExists() local
318 Intent[] intents = {new Intent()}; in getActivities_withFlagNoCreate_shouldReturnNullIfRequestCodeIsUnmatched() local
325 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)}; in getActivities_withFlagNoCreate_shouldReturnExistingIntent() local
326 PendingIntent.getActivities(ApplicationProvider.getApplicationContext(), 99, intents, 100); in getActivities_withFlagNoCreate_shouldReturnExistingIntent() local
337 Intent[] intents = {new Intent(Intent.ACTION_VIEW), new Intent(Intent.ACTION_PICK)}; in getActivities_withNoFlags_shouldReturnExistingIntent() local
338 PendingIntent.getActivities(ApplicationProvider.getApplicationContext(), 99, intents, 100); in getActivities_withNoFlags_shouldReturnExistingIntent() local
[all …]
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPendingIntent.java76 Context context, int requestCode, @NonNull Intent[] intents, int flags) { in getActivities()
82 Context context, int requestCode, @NonNull Intent[] intents, int flags, Bundle options) { in getActivities()
342 private static PendingIntent create(Context context, Intent[] intents, Type type, int requestCode, in create()
387 private static PendingIntent getCreatedIntentFor(Type type, Intent[] intents, int requestCode, in getCreatedIntentFor()
DShadowInstrumentation.java146 Intent[] intents, in execStartActivities()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
DMockContext.java244 public void startActivities(Intent[] intents) { in startActivities()
249 public void startActivities(Intent[] intents, Bundle bundle) { in startActivities()