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

/frameworks/support/compat/java/android/support/v4/app/
H A DNotificationCompat.java3343 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:NotificationCompat.WearableExtender
3423 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3482 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
/frameworks/base/core/java/android/app/
H A DNotification.java7183 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:Notification.WearableExtender
7250 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
7296 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);

Completed in 46 milliseconds