OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pendingClickIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
PhotoAppWidgetProvider.java
120
PendingIntent
pendingClickIntent
= PendingIntent.getActivity(context, 0,
122
views.setOnClickPendingIntent(R.id.photo,
pendingClickIntent
);
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
465
PendingIntent
pendingClickIntent
= createAlertActivityIntent(context);
484
notificationBuilder.setContentIntent(
pendingClickIntent
);
[
all
...]
Completed in 34 milliseconds