Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DStatusBarNotifications.java153 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in makeMoodIntent() local
156 return contentIntent; in makeMoodIntent()
187 PendingIntent contentIntent = PendingIntent.getActivities(this, 0, in makeDefaultIntent() local
189 return contentIntent; in makeDefaultIntent()
226 notif.contentIntent = makeMoodIntent(moodId); in setMoodView()
249 PendingIntent contentIntent = makeDefaultIntent(); in setDefault() local
264 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in setDefault()
DIncomingMessage.java118 PendingIntent contentIntent = PendingIntent.getActivities(this, 0, in showAppNotification() local
131 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showAppNotification()
173 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showInterstitialNotification() local
186 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showInterstitialNotification()
DLocalService.java104 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
114 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
DNotificationBackgroundService.java73 PendingIntent contentIntent = PendingIntent.getService(this, 0, in showNotification() local
83 … .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
DNotifyingService.java98 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
112 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
DAlarmService_Service.java103 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
113 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
DMessengerService.java153 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
163 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
DJobWorkService.java137 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
147 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showNotification()
DServiceStartArguments.java178 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
188 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showNotification()
DForegroundService.java91 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in onStartCommand() local
101 .setContentIntent(contentIntent) // The intent to send when clicked in onStartCommand()
DRemoteService.java194 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local
204 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()