/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | AlarmManagerTest.java | 76 …PendingIntent pendingIntent = PendingIntent.getActivity(activity, 0, new Intent(activity, activity… in shouldSupportGetNextScheduledAlarm() local 77 alarmManager.set(AlarmManager.ELAPSED_REALTIME, now, pendingIntent); in shouldSupportGetNextScheduledAlarm() 81 assertScheduledAlarm(now, pendingIntent, scheduledAlarm); in shouldSupportGetNextScheduledAlarm() 89 …PendingIntent pendingIntent = PendingIntent.getActivity(activity, 0, new Intent(activity, activity… in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() local 90 …anager.setRepeating(AlarmManager.ELAPSED_REALTIME, now, AlarmManager.INTERVAL_HOUR, pendingIntent); in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() 94 … assertRepeatingScheduledAlarm(now, AlarmManager.INTERVAL_HOUR, pendingIntent, scheduledAlarm); in shouldSupportGetNextScheduledAlarmForRepeatingAlarms() 102 …PendingIntent pendingIntent = PendingIntent.getActivity(activity, 0, new Intent(activity, activity… in shouldSupportPeekScheduledAlarm() local 103 alarmManager.set(AlarmManager.ELAPSED_REALTIME, now, pendingIntent); in shouldSupportPeekScheduledAlarm() 107 assertScheduledAlarm(now, pendingIntent, scheduledAlarm); in shouldSupportPeekScheduledAlarm() 113 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application.getApplicationCon… in cancel_removesMatchingPendingIntents() local [all …]
|
D | PendingIntentTest.java | 38 …PendingIntent pendingIntent = PendingIntent.getBroadcast(Robolectric.application, 99, intent, 100); in getBroadcast__shouldCreateIntentForBroadcast() local 39 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getBroadcast__shouldCreateIntentForBroadcast() 50 … PendingIntent pendingIntent = PendingIntent.getActivity(Robolectric.application, 99, intent, 100); in getActivity__shouldCreateIntentForBroadcast() local 51 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getActivity__shouldCreateIntentForBroadcast() 62 … PendingIntent pendingIntent = PendingIntent.getService(Robolectric.application, 99, intent, 100); in getService__shouldCreateIntentForBroadcast() local 63 ShadowPendingIntent shadow = shadowOf(pendingIntent); in getService__shouldCreateIntentForBroadcast()
|
D | NotificationTest.java | 18 PendingIntent pendingIntent = PendingIntent.getActivity(new Activity(), 0, new Intent(), 0); in setLatestEventInfo__shouldCaptureContentIntent() local 20 notification.setLatestEventInfo(new Activity(), "title", "content", pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent() 21 assertThat(pendingIntent, is(notification.contentIntent)); in setLatestEventInfo__shouldCaptureContentIntent()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowLocationManager.java | 224 …tLocationUpdates(long minTime, float minDistance, Criteria criteria, PendingIntent pendingIntent) { in requestLocationUpdates() argument 225 if (pendingIntent == null) { in requestLocationUpdates() 231 requestLocationUdpateCriteriaPendingIntents.put(pendingIntent, criteria); in requestLocationUpdates() 236 PendingIntent pendingIntent) { in requestLocationUpdates() argument 237 if (pendingIntent == null) { in requestLocationUpdates() 244 requestLocationUdpateProviderPendingIntents.put(pendingIntent, provider); in requestLocationUpdates() 253 public void removeUpdates(PendingIntent pendingIntent) { in removeUpdates() argument 254 while (requestLocationUdpateCriteriaPendingIntents.remove(pendingIntent) != null); in removeUpdates() 255 while (requestLocationUdpateProviderPendingIntents.remove(pendingIntent) != null); in removeUpdates()
|
D | ShadowPendingIntent.java | 180 PendingIntent pendingIntent = Robolectric.newInstanceOf(PendingIntent.class); in create() local 181 ShadowPendingIntent shadowPendingIntent = Robolectric.shadowOf(pendingIntent); in create() 188 return pendingIntent; in create()
|
D | ShadowAlarmManager.java | 80 public void cancel(PendingIntent pendingIntent) { in cancel() argument 81 final Intent intentTypeToRemove = shadowOf(pendingIntent).getSavedIntent(); in cancel()
|
D | ShadowRemoteViews.java | 54 public void setOnClickPendingIntent(int viewId, final PendingIntent pendingIntent) { in setOnClickPendingIntent() argument 61 pendingIntent.send(view.getContext(), 0, null); in setOnClickPendingIntent()
|
/external/robolectric/v3/runtime/ |
D | shadows-core-3.1-SNAPSHOT-16.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-21.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-22.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-18.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-17.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | shadows-core-3.1-SNAPSHOT-19.jar | META-INF/
META-INF/MANIFEST.MF
linux-x86_64/
linux-x86_64/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |