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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3783 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:NotificationCompat.WearableExtender
3863 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
3922 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
/frameworks/base/core/java/android/app/
H A DNotification.java8301 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:Notification.WearableExtender
8368 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
8414 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);

Completed in 44 milliseconds