Searched refs:EXTRA_CONTAINS_CUSTOM_VIEW (Results 1 – 2 of 2) sorted by relevance
1276 public static final String EXTRA_CONTAINS_CUSTOM_VIEW = "android.contains.customView"; field in Notification5939 mN.extras.putBoolean(EXTRA_CONTAINS_CUSTOM_VIEW, true);
6109 assertTrue(n.publicVersion.extras.containsKey(Notification.EXTRA_CONTAINS_CUSTOM_VIEW)); in testRemoveLargeRemoteViews()