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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2901 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:NotificationCompat.WearableExtender
2968 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
3013 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,
/frameworks/base/core/java/android/app/
H A DNotification.java5655 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:Notification.WearableExtender
5719 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
5762 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,

Completed in 24 milliseconds