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

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java2284 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:NotificationCompat.WearableExtender
2348 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
2394 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);
/frameworks/base/core/java/android/app/
H A DNotification.java4480 private static final String KEY_CUSTOM_SIZE_PRESET = "customSizePreset"; field in class:Notification.WearableExtender
4541 mCustomSizePreset = wearableBundle.getInt(KEY_CUSTOM_SIZE_PRESET,
4585 wearableBundle.putInt(KEY_CUSTOM_SIZE_PRESET, mCustomSizePreset);

Completed in 226 milliseconds