Home
last modified time | relevance | path

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

/frameworks/support/v4/java/android/support/v4/app/
DNotificationCompat.java2319 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in NotificationCompat.WearableExtender
2382 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
2426 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX, in extend()
/frameworks/base/core/java/android/app/
DNotification.java4679 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in Notification.WearableExtender
4739 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX, in WearableExtender()
4781 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX, in extend()