Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java334 public @State int getVisualEffectFullScreenIntent() { in getVisualEffectFullScreenIntent() method in ZenPolicy
1000 return getVisualEffectFullScreenIntent(); in getZenPolicyVisualEffectState()
1102 proto.write(ZenPolicyProto.FULL_SCREEN_INTENT, getVisualEffectFullScreenIntent()); in dumpDebug()
1133 proto.write(DNDPolicyProto.FULLSCREEN, getVisualEffectFullScreenIntent()); in toProto()
H A DZenModeConfig.java865 writeZenPolicyState(SHOW_ATT_FULL_SCREEN_INTENT, policy.getVisualEffectFullScreenIntent(), in writeZenPolicyXml()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java563 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectFullScreenIntent()); in assertAllVisualEffectsUnsetExcept()
605 assertEquals(policy.getVisualEffectFullScreenIntent(), proto.fullscreen); in assertProtoMatches()
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt38796 method public int getVisualEffectFullScreenIntent();