Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java689 public @NonNull Builder showFullScreenIntent(boolean show) { in showFullScreenIntent() method in ZenPolicy.Builder
763 showFullScreenIntent(show); in showVisualEffect()
H A DZenModeConfig.java816 builder.showFullScreenIntent(fullScreenIntent == ZenPolicy.STATE_ALLOW); in readZenPolicyXml()
993 builder.showFullScreenIntent( in toZenPolicy()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java426 builder.showFullScreenIntent(true); in tesShowFullScreenIntent()
431 builder.showFullScreenIntent(false); in tesShowFullScreenIntent()
/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeBackend.java409 .showFullScreenIntent(mPolicy.showFullScreenIntents()) in setDefaultZenPolicy()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38834 …method @NonNull public android.service.notification.ZenPolicy.Builder showFullScreenIntent(boolean…