Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/notification/
DZenModePrioritySettings.java70 mPolicy.priorityCallSenders, mPolicy.priorityMessageSenders, in onCreate()
85 mPolicy.priorityCallSenders, mPolicy.priorityMessageSenders, in onCreate()
106 mPolicy.priorityCallSenders, allowMessagesFrom, in onCreate()
120 final int allowCallsFrom = val == SOURCE_NONE ? mPolicy.priorityCallSenders : val; in onCreate()
144 savePolicy(priorityCategories, mPolicy.priorityCallSenders, in onCreate()
169 ? mPolicy.priorityCallSenders : SOURCE_NONE)); in updateControls()
179 || mPolicy.priorityCallSenders != Policy.PRIORITY_SENDERS_ANY); in updateControls()
217 private void savePolicy(int priorityCategories, int priorityCallSenders, in savePolicy() argument
219 mPolicy = new Policy(priorityCategories, priorityCallSenders, priorityMessageSenders, in savePolicy()
DZenModeVisualInterruptionSettings.java127 mPolicy.priorityCallSenders, mPolicy.priorityMessageSenders, in savePolicy()
DZenModeSettings.java95 if (mPolicy.priorityCallSenders == Policy.PRIORITY_SENDERS_ANY) { in updatePrioritySettingsSummary()