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

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

Completed in 160 milliseconds