HomeSort by relevance Sort by last modified time
    Searched refs:setContentIntent (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /developers/samples/android/experimental/markgoldstein/
snippets1.java 27 .setContentIntent(viewPendingIntent);
  /development/samples/AppNavigation/src/com/example/android/appnavigation/app/
NotificationsActivity.java 44 .setContentIntent(TaskStackBuilder.create(this)
60 .setContentIntent(PendingIntent.getActivity(this, 0,
  /cts/tests/tests/app.usage/src/android/app/usage/cts/
TestService.java 39 .setContentIntent(PendingIntent.getActivity(this, 0,
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 62 builder.setContentIntent(pendingIntent);
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 62 builder.setContentIntent(pendingIntent);
  /development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java 84 setContentIntent(pendingIntent).
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 62 builder.setContentIntent(pendingIntent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessage.java 131 .setContentIntent(contentIntent); // The intent to send when the entry is clicked
186 .setContentIntent(contentIntent); // The intent to send when the entry is clicked
AlarmService_Service.java 113 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
LocalService.java 114 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
NotificationBackgroundService.java 83 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
NotifyingService.java 112 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
JobWorkService.java 147 .setContentIntent(contentIntent); // The intent to send when the entry is clicked
MessengerService.java 163 .setContentIntent(contentIntent) // The intent to send when the entry is clicked
  /cts/tests/app/app/src/android/app/stubs/
BubblesTestActivity.java 75 .setContentIntent(pendingIntent)
BubblesTestService.java 67 .setContentIntent(pendingIntent)
  /cts/tests/tests/notificationlegacy/notificationlegacy28/src/android/app/notification/legacy28/cts/
NotificationManager28Test.java 69 .setContentIntent(getPendingIntent())
  /cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/
NotificationManager29Test.java 69 .setContentIntent(getPendingIntent())
  /developers/build/prebuilts/gradle/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 55 builder.setContentIntent(intent);
  /developers/samples/android/notification/CustomNotifications/Application/src/main/java/com/example/android/customnotifications/
MainActivity.java 55 builder.setContentIntent(intent);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 199 .setContentIntent(mContentIntent) // The intent to send when the entry is clicked
  /development/samples/browseable/CustomNotifications/src/com.example.android.customnotifications/
MainActivity.java 55 builder.setContentIntent(intent);
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 87 Notification notification = builder.setContentIntent(pm)
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
RecommendationBuilder.java 131 .setContentIntent(mIntent)
  /development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/
StandaloneMainActivity.java 288 * main content intent, that is, skipping the call setContentIntent(). However, you need to
305 notificationCompatBuilder.setContentIntent(mainPendingIntent);
430 .setContentIntent(mainPendingIntent)
520 .setContentIntent(mainPendingIntent)
690 .setContentIntent(mainPendingIntent)
    [all...]

Completed in 143 milliseconds

1 2 3 4 5