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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2283 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:NotificationCompat.WearableExtender
2346 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
2390 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,
/frameworks/base/core/java/android/app/
H A DNotification.java4479 private static final String KEY_CONTENT_ACTION_INDEX = "contentActionIndex"; field in class:Notification.WearableExtender
4539 mContentActionIndex = wearableBundle.getInt(KEY_CONTENT_ACTION_INDEX,
4581 wearableBundle.putInt(KEY_CONTENT_ACTION_INDEX,

Completed in 70 milliseconds