HomeSort by relevance Sort by last modified time
    Searched refs:pendingIntent2 (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowUsageStatsManagerTest.java 197 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0);
199 24, new String[] {"com.package3"}, 456L, TimeUnit.SECONDS, pendingIntent2);
210 24, ImmutableList.of("com.package3"), 456L, TimeUnit.SECONDS, pendingIntent2));
219 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0);
221 12, new String[] {"com.package3"}, 456L, TimeUnit.SECONDS, pendingIntent2);
226 12, ImmutableList.of("com.package3"), 456L, TimeUnit.SECONDS, pendingIntent2));
235 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0);
237 24, new String[] {"com.package3"}, 456L, TimeUnit.SECONDS, pendingIntent2);
244 24, ImmutableList.of("com.package3"), 456L, TimeUnit.SECONDS, pendingIntent2));
253 PendingIntent pendingIntent2 = PendingIntent.getBroadcast(context, 0, new Intent("ACTION2"), 0)
    [all...]
ShadowAlarmManagerTest.java 257 PendingIntent pendingIntent2 =
259 alarmManager.set(AlarmManager.RTC, 1337, pendingIntent2);

Completed in 165 milliseconds