Home
last modified time | relevance | path

Searched refs:priorityCallSenders (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/notification/zen/
H A DZenModeBackend.java140 return mPolicy.priorityCallSenders; in getPriorityCallSenders()
166 savePolicy(mPolicy.priorityCategories, mPolicy.priorityCallSenders, in saveVisualEffectsPolicy()
173 savePolicy(priorityCategories, mPolicy.priorityCallSenders, in saveSoundPolicy()
178 protected void savePolicy(int priorityCategories, int priorityCallSenders, in savePolicy() argument
181 mPolicy = new NotificationManager.Policy(priorityCategories, priorityCallSenders, in savePolicy()
208 int priorityCallSenders = getPriorityCallSenders(); in saveSenders() local
218 priorityCallSenders = allowSendersFrom; in saveSenders()
227 priorityCallSenders, priorityMessagesSenders, mPolicy.suppressedVisualEffects, in saveSenders() local
239 mPolicy.priorityCallSenders, mPolicy.priorityMessageSenders, in saveConversationSenders()
H A DZenModeSettings.java249 && policy.priorityCallSenders == Policy.PRIORITY_SENDERS_ANY) { in getEnabledCategories()
303 if (policy.priorityCallSenders == Policy.PRIORITY_SENDERS_ANY) { in getCategory()
308 } else if (policy.priorityCallSenders == Policy.PRIORITY_SENDERS_CONTACTS){ in getCategory()
/aosp12/frameworks/base/core/java/android/app/
H A DNotificationManager.java1860 public final int priorityCallSenders; field in NotificationManager.Policy
1992 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy()
2026 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy()
2066 public Policy(int priorityCategories, @PrioritySenders int priorityCallSenders, in Policy() argument
2069 this(priorityCategories, priorityCallSenders, priorityMessageSenders, in Policy()
2077 this.priorityCallSenders = priorityCallSenders; in Policy()
2094 dest.writeInt(priorityCallSenders); in writeToParcel()
2118 && other.priorityCallSenders == priorityCallSenders in equals()
2183 + ",priorityCallSenders=" + prioritySendersToString(priorityCallSenders) in toString()
2199 proto.write(PolicyProto.PRIORITY_CALL_SENDER, priorityCallSenders); in dumpDebug()
[all …]
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeConfigTest.java94 int priorityCallSenders = originalPolicy.priorityCallSenders; in testZenPolicyToNotificationPolicy() local
104 Policy expectedPolicy = new Policy(priorityCategories, priorityCallSenders, in testZenPolicyToNotificationPolicy()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/zen/
H A DZenOnboardingActivityTest.java111 assertThat(actual.priorityCallSenders).isEqualTo(Policy.PRIORITY_SENDERS_STARRED); in saveNewSetting()
/aosp12/frameworks/base/core/java/android/service/notification/
H A DZenModeConfig.java1019 int callSenders = defaultPolicy.priorityCallSenders; in toNotificationPolicy()
1176 int priorityCallSenders = Policy.PRIORITY_SENDERS_CONTACTS; in toNotificationPolicy() local
1206 priorityCallSenders = sourceToPrioritySenders(allowCallsFrom, priorityCallSenders); in toNotificationPolicy()
1210 return new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, in toNotificationPolicy()
1280 allowCallsFrom = normalizePrioritySenders(policy.priorityCallSenders, allowCallsFrom); in applyNotificationPolicy()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DPreferencesHelper.java1731 policy.priorityCategories, policy.priorityCallSenders, in updateZenPolicy()
H A DNotificationManagerService.java5068 policy.priorityCallSenders, policy.priorityMessageSenders,
5077 policy.priorityCallSenders, policy.priorityMessageSenders,
5083 policy.priorityCallSenders, policy.priorityMessageSenders,
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt6335 field public final int priorityCallSenders;