Searched refs:PRIORITY_SENDERS_ANY (Results 1 – 7 of 7) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeFilteringTest.java | 28 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY; 330 PRIORITY_SENDERS_ANY, 0, 0, CONVERSATION_SENDERS_NONE); in testConversation_noneAllowed_callAllowed() 349 0, PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_NONE); in testConversation_noneAllowed_msgAllowed()
|
H A D | ZenModeHelperTest.java | 29 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY; 329 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied() 330 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_NotificationApplied() 352 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_StarredCallers_CallTypesBlocked() 371 PRIORITY_SENDERS_ANY, in testZenOn_AllCallers_CallTypesAllowed() 372 PRIORITY_SENDERS_ANY, 0, CONVERSATION_SENDERS_ANYONE); in testZenOn_AllCallers_CallTypesAllowed()
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenModeConfig.java | 81 public static final int SOURCE_ANYONE = Policy.PRIORITY_SENDERS_ANY; 1089 return Policy.PRIORITY_SENDERS_ANY; in getNotificationPolicySenders() 1116 case Policy.PRIORITY_SENDERS_ANY: in getZenPolicySenders() 1185 case SOURCE_ANYONE: return Policy.PRIORITY_SENDERS_ANY; in sourceToPrioritySenders() 1196 case Policy.PRIORITY_SENDERS_ANY: return SOURCE_ANYONE; in prioritySendersToSource() 1204 || prioritySenders == Policy.PRIORITY_SENDERS_ANY)) { in normalizePrioritySenders()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | NotificationManager.java | 1839 PRIORITY_SENDERS_ANY, 1847 public static final int PRIORITY_SENDERS_ANY = 0; field in NotificationManager.Policy 2356 case PRIORITY_SENDERS_ANY: return "PRIORITY_SENDERS_ANY"; in prioritySendersToString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 22 import static android.app.NotificationManager.Policy.PRIORITY_SENDERS_ANY; 1156 && mConsolidatedPolicy.allowCallsFrom() == PRIORITY_SENDERS_ANY; in applyRestrictions()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6892 field public static final int PRIORITY_SENDERS_ANY = 0; // 0x0
|