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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3340 private static final String KEY_CONTENT_ICON = "contentIcon"; field in class:NotificationCompat.WearableExtender
3418 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON);
3472 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon);
/frameworks/base/core/java/android/app/
H A DNotification.java7180 private static final String KEY_CONTENT_ICON = "contentIcon"; field in class:Notification.WearableExtender
7245 mContentIcon = wearableBundle.getInt(KEY_CONTENT_ICON);
7286 wearableBundle.putInt(KEY_CONTENT_ICON, mContentIcon);

Completed in 41 milliseconds