Searched refs:priorityCallSenders (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Settings/src/com/android/settings/notification/ |
D | ZenModePrioritySettings.java | 70 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()
|
D | ZenModeVisualInterruptionSettings.java | 127 mPolicy.priorityCallSenders, mPolicy.priorityMessageSenders, in savePolicy()
|
D | ZenModeSettings.java | 95 if (mPolicy.priorityCallSenders == Policy.PRIORITY_SENDERS_ANY) { in updatePrioritySettingsSummary()
|