Home
last modified time | relevance | path

Searched refs:KEY_DISPLAY_INTENT (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3004 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in NotificationCompat.WearableExtender
3066 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT); in WearableExtender()
3108 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()
/frameworks/base/core/java/android/app/
DNotification.java5826 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in Notification.WearableExtender
5883 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT); in WearableExtender()
5922 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent); in extend()