Home
last modified time | relevance | path

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

/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java268 .setContentIntent(getDialogPendingIntent("Tapped the notification entry.")); in showNotification()
275 getDialogPendingIntent("Tapped the 'dialog' button in the notification.")); in showNotification()
302 PendingIntent getDialogPendingIntent(String dialogText) { in getDialogPendingIntent() method in MainActivity