Searched refs:contentIntent (Results 1 – 11 of 11) sorted by relevance
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | StatusBarNotifications.java | 153 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()
|
D | IncomingMessage.java | 118 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()
|
D | LocalService.java | 104 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 114 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|
D | NotificationBackgroundService.java | 73 PendingIntent contentIntent = PendingIntent.getService(this, 0, in showNotification() local 83 … .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|
D | NotifyingService.java | 98 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 112 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|
D | AlarmService_Service.java | 103 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 113 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|
D | MessengerService.java | 153 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 163 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|
D | JobWorkService.java | 137 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 147 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showNotification()
|
D | ServiceStartArguments.java | 178 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 188 .setContentIntent(contentIntent); // The intent to send when the entry is clicked in showNotification()
|
D | ForegroundService.java | 91 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in onStartCommand() local 101 .setContentIntent(contentIntent) // The intent to send when clicked in onStartCommand()
|
D | RemoteService.java | 194 PendingIntent contentIntent = PendingIntent.getActivity(this, 0, in showNotification() local 204 .setContentIntent(contentIntent) // The intent to send when the entry is clicked in showNotification()
|