Home
last modified time | relevance | path

Searched refs:KEY_CONTENT_ACTION_INDEX (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3009 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in NotificationCompat.WearableExtender
3078 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
3124 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX, in extend()
/frameworks/base/core/java/android/app/
DNotification.java5831 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in Notification.WearableExtender
5895 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
5938 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX, in extend()