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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java3784 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in class:NotificationCompat.WearableExtender
3865 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
3925 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);
/frameworks/base/core/java/android/app/
H A DNotification.java8302 private static final String KEY_CUSTOM_CONTENT_HEIGHT = "customContentHeight"; field in class:Notification.WearableExtender
8370 mCustomContentHeight = wearableBundle.getInt(KEY_CUSTOM_CONTENT_HEIGHT);
8417 wearableBundle.putInt(KEY_CUSTOM_CONTENT_HEIGHT, mCustomContentHeight);

Completed in 34 milliseconds