Searched defs:KEY_DISPLAY_INTENT (Results 1 - 2 of 2) sorted by last modified time

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3203 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in class:NotificationCompat.WearableExtender
3265 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
3307 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);
/frameworks/base/core/java/android/app/
H A DNotification.java6973 private static final String KEY_DISPLAY_INTENT = "displayIntent"; field in class:Notification.WearableExtender
7032 mDisplayIntent = wearableBundle.getParcelable(KEY_DISPLAY_INTENT);
7072 wearableBundle.putParcelable(KEY_DISPLAY_INTENT, mDisplayIntent);

Completed in 67 milliseconds