Home
last modified time | relevance | path

Searched refs:contentIntent (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationTest.java21 assertThat(notification.contentIntent).isSameAs(pendingIntent); in setLatestEventInfo__shouldCaptureContentIntent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java860 PendingIntent contentIntent = PendingIntent.getService(mService, 0, new Intent(), 0); in notify() local
867 .setContentIntent(contentIntent); in notify()