Home
last modified time | relevance | path

Searched refs:STATE_UNSET (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java200 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryMessages()); in testZenPolicyMessagesInvalid()
536 longList.add(ZenPolicy.STATE_UNSET); in testTooLongLists_fromParcel()
598 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryEvents()); in assertAllPriorityCategoriesUnsetExcept()
606 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryCalls()); in assertAllPriorityCategoriesUnsetExcept()
614 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryAlarms()); in assertAllPriorityCategoriesUnsetExcept()
618 assertEquals(ZenPolicy.STATE_UNSET, policy.getPriorityCategoryMedia()); in assertAllPriorityCategoriesUnsetExcept()
632 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectLights()); in assertAllVisualEffectsUnsetExcept()
636 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectPeek()); in assertAllVisualEffectsUnsetExcept()
640 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectStatusBar()); in assertAllVisualEffectsUnsetExcept()
644 assertEquals(ZenPolicy.STATE_UNSET, policy.getVisualEffectBadge()); in assertAllVisualEffectsUnsetExcept()
[all …]
/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java192 STATE_UNSET,
203 public static final int STATE_UNSET = 0; field in ZenPolicy
529 mZenPolicy.mVisualEffects.set(effect, STATE_UNSET); in unsetVisualEffect()
561 if (audienceType == STATE_UNSET) { in allowConversations()
585 if (audienceType == STATE_UNSET) { in allowMessages()
609 if (audienceType == STATE_UNSET) { in allowCalls()
864 if (mPriorityCategories.get(i) != STATE_UNSET) { in priorityCategoriesToString()
878 if (mVisualEffects.get(i) != STATE_UNSET) { in visualEffectsToString()
935 case STATE_UNSET: in stateToString()
955 case STATE_UNSET: in peopleTypeToString()
[all …]
H A DZenModeConfig.java722 if (alarms != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
726 if (media != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
730 if (system != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
734 if (events != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
744 ZenPolicy.STATE_UNSET); in readZenPolicyXml()
751 ZenPolicy.STATE_UNSET); in readZenPolicyXml()
757 if (lights != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
761 if (peek != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
769 if (badges != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
773 if (ambient != ZenPolicy.STATE_UNSET) { in readZenPolicyXml()
[all …]
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1992 public static final int STATE_UNSET = -1; field in NotificationManager.Policy
2016 SUPPRESSED_EFFECTS_UNSET, STATE_UNSET, CONVERSATION_SENDERS_UNSET); in Policy()
2050 suppressedVisualEffects, STATE_UNSET, CONVERSATION_SENDERS_UNSET); in Policy()
2093 suppressedVisualEffects, STATE_UNSET, priorityConversationSenders); in Policy()
2212 + ",areChannelsBypassingDnd=" + (state == STATE_UNSET in toString()
/aosp14/frameworks/base/core/proto/android/service/
H A Dnotification.proto238 STATE_UNSET = 0; enumerator
315 STATE_UNSET = 0; enumerator
/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.txt41072 field public static final int STATE_UNSET = 0; // 0x0
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt8100 Landroid/app/NotificationManager$Policy;->STATE_UNSET:I