Home
last modified time | relevance | path

Searched refs:showFullScreenIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java688 public @NonNull Builder showFullScreenIntent(boolean show) { in showFullScreenIntent() method in ZenPolicy.Builder
762 showFullScreenIntent(show); in showVisualEffect()
DZenModeConfig.java809 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
986 builder.showFullScreenIntent( in toZenPolicy()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java426 builder.showFullScreenIntent(true); in tesShowFullScreenIntent()
431 builder.showFullScreenIntent(false); in tesShowFullScreenIntent()
/frameworks/base/api/
Dcurrent.txt43973 …method @NonNull public android.service.notification.ZenPolicy.Builder showFullScreenIntent(boolean…