HomeSort by relevance Sort by last modified time
    Searched defs:createPendingIntent (Results 1 - 3 of 3) sorted by null

  /frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
NavDeepLinkBuilder.java 243 public PendingIntent createPendingIntent() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipNotification.java 157 .setContentIntent(createPendingIntent(context, ACTION_MENU))
158 .setDeleteIntent(createPendingIntent(context, ACTION_CLOSE)));
230 private static PendingIntent createPendingIntent(Context context, String action) {
  /frameworks/base/services/core/java/com/android/server/notification/
SnoozeHelper.java 308 private PendingIntent createPendingIntent(String pkg, String key, int userId) {
322 final PendingIntent pi = createPendingIntent(pkg, key, userId);

Completed in 214 milliseconds