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.java3209 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:NotificationCompat.WearableExtender
3279 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3327 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
/frameworks/base/core/java/android/app/
H A DNotification.java6979 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:Notification.WearableExtender
7046 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
7092 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);

Completed in 121 milliseconds