/development/samples/ApiDemos/src/com/example/android/apis/app/ |
StatusBarNotifications.java | 206 .setContentIntent(makeMoodIntent(moodId)); // The intent to send clicked 264 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/recommendation/ |
RecommendationBuilder.java | 161 .setContentIntent(mIntent)
|
/developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 162 .setContentIntent(pendingIntent)
|
/developers/build/prebuilts/gradle/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
MessagingIntentService.java | 225 .setContentIntent(mainPendingIntent)
|
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
MainActivity.java | 306 .setContentIntent(notifyPendingIntent) 476 .setContentIntent(mainPendingIntent) 614 .setContentIntent(mainPendingIntent) [all...] |
/developers/build/prebuilts/gradle/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 212 .setContentIntent(mainPendingIntent)
|
BigTextIntentService.java | 196 .setContentIntent(notifyPendingIntent)
|
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
StandaloneMainActivity.java | 318 * main content intent, that is, skipping the call setContentIntent(). However, you need to 335 notificationCompatBuilder.setContentIntent(mainPendingIntent); 466 .setContentIntent(mainPendingIntent) 568 .setContentIntent(mainPendingIntent) [all...] |
/developers/build/prebuilts/gradle/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 222 .setContentIntent(mainPendingIntent)
|
/developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/ |
AdvertiserService.java | 162 .setContentIntent(pendingIntent)
|
/developers/samples/android/wearable/wear/WearAccessibilityApp/Wearable/src/main/java/com/example/android/wearable/wear/wearaccessibilityapp/ |
MessagingIntentService.java | 243 .setContentIntent(mainPendingIntent)
|
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
MainActivity.java | 309 .setContentIntent(notifyPendingIntent) 479 .setContentIntent(mainPendingIntent) 617 .setContentIntent(mainPendingIntent) [all...] |
/developers/samples/android/wearable/wear/WearNotifications/Application/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 213 .setContentIntent(mainPendingIntent)
|
BigTextIntentService.java | 208 .setContentIntent(notifyPendingIntent)
|
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/ |
StandaloneMainActivity.java | 321 * main content intent, that is, skipping the call setContentIntent(). However, you need to 338 notificationCompatBuilder.setContentIntent(mainPendingIntent); 469 .setContentIntent(mainPendingIntent) 571 .setContentIntent(mainPendingIntent) [all...] |
/developers/samples/android/wearable/wear/WearNotifications/Wearable/src/main/java/com/example/android/wearable/wear/wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 223 .setContentIntent(mainPendingIntent)
|
BigTextIntentService.java | 217 * main content intent, that is, skipping the call setContentIntent(). However, you need to 234 notificationCompatBuilder.setContentIntent(mainPendingIntent);
|
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/ |
MainActivity.java | 298 .setContentIntent(notifyPendingIntent) 458 .setContentIntent(mainPendingIntent) 586 .setContentIntent(mainPendingIntent) [all...] |
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 212 .setContentIntent(mainPendingIntent)
|
BigTextIntentService.java | 196 .setContentIntent(notifyPendingIntent)
|
/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/handlers/ |
BigPictureSocialIntentService.java | 212 .setContentIntent(mainPendingIntent)
|
BigTextIntentService.java | 205 * main content intent, that is, skipping the call setContentIntent(). However, you need to 222 notificationCompatBuilder.setContentIntent(mainPendingIntent);
|
/development/samples/training/notify-user/src/com/example/android/pingme/ |
PingService.java | 123 builder.setContentIntent(resultPendingIntent);
|
/device/sample/apps/tv/LeanbackCustomizer/src/com/google/android/leanbacklauncher/partnercustomizer/ |
PartnerReceiver.java | 128 .setContentIntent(PendingIntent.getActivity(mContext, 0, intent, 0))
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/ |
TriggerService.java | 130 .setContentIntent(PendingIntent.getActivity(this, 0, notificationIntent, 0));
|