Home
last modified time | relevance | path

Searched refs:EXTRA_CONTAINS_CUSTOM_VIEW (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationData.java124 Notification.EXTRA_CONTAINS_CUSTOM_VIEW), in cacheContentViews()
126 Notification.EXTRA_CONTAINS_CUSTOM_VIEW)); in cacheContentViews()
/frameworks/base/core/java/android/app/
DNotification.java985 public static final String EXTRA_CONTAINS_CUSTOM_VIEW = "android.contains.customView"; field in Notification
3933 mN.extras.putBoolean(EXTRA_CONTAINS_CUSTOM_VIEW, true); in buildUnstyled()