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

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

Completed in 113 milliseconds