Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java3010 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in NotificationCompat.WearableExtender
3080 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()
3128 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()
/frameworks/base/core/java/android/app/
DNotification.java5832 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in Notification.WearableExtender
5897 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET, in WearableExtender()
5942 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset); in extend()