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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3342 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:NotificationCompat.WearableExtender
3421 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
3478 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,
/frameworks/base/core/java/android/app/
H A DNotification.java7182 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:Notification.WearableExtender
7248 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
7292 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,

Completed in 60 milliseconds