Searched defs:KEY_DISPLAY_INTENT (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3337 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in class:NotificationCompat.WearableExtender
3409 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
3462 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
/frameworks/base/core/java/android/app/
H A DNotification.java7177 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in class:Notification.WearableExtender
7236 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
7276 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);

Completed in 75 milliseconds