Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java346 public @State int getVisualEffectFullScreenIntent() { in getVisualEffectFullScreenIntent() method in ZenPolicy
1025 return getVisualEffectFullScreenIntent(); in getZenPolicyVisualEffectState()
1127 proto.write(ZenPolicyProto.FULL_SCREEN_INTENT, getVisualEffectFullScreenIntent()); in dumpDebug()
1158 proto.write(DNDPolicyProto.FULLSCREEN, getVisualEffectFullScreenIntent()); in toProto()
H A DZenModeConfig.java804 writeZenPolicyState(SHOW_ATT_FULL_SCREEN_INTENT, policy.getVisualEffectFullScreenIntent(), in writeZenPolicyXml()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java348 assertEquals(policy.getVisualEffectFullScreenIntent(), in testZenPolicyXml()
349 fromXml.getVisualEffectFullScreenIntent()); in testZenPolicyXml()
H A DZenPolicyTest.java628 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectFullScreenIntent()); in assertAllVisualEffectsUnsetExcept()
670 assertEquals(policy.getVisualEffectFullScreenIntent(), proto.fullscreen); in assertProtoMatches()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41054 method public int getVisualEffectFullScreenIntent();