OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERRUPTION_FILTER_PRIORITY
(Results
1 - 10
of
10
) sorted by null
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationDNDTests.java
98
.setInterruptionFilter(NotificationManager.
INTERRUPTION_FILTER_PRIORITY
);
121
.setInterruptionFilter(NotificationManager.
INTERRUPTION_FILTER_PRIORITY
);
/frameworks/base/core/java/android/app/
NotificationManager.java
143
@IntDef({INTERRUPTION_FILTER_NONE,
INTERRUPTION_FILTER_PRIORITY
, INTERRUPTION_FILTER_ALARMS,
162
public static final int
INTERRUPTION_FILTER_PRIORITY
= 2;
[
all
...]
/packages/apps/Settings/src/com/android/settings/notification/
ZenModeAutomationSettings.java
114
ri.defaultConditionId, NotificationManager.
INTERRUPTION_FILTER_PRIORITY
,
216
case NotificationManager.
INTERRUPTION_FILTER_PRIORITY
:
ZenModeRuleSettingsBase.java
114
Integer.toString(NotificationManager.
INTERRUPTION_FILTER_PRIORITY
),
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
ConditionProviderVerifierActivity.java
378
NotificationManager.
INTERRUPTION_FILTER_PRIORITY
);
AttentionManagementVerifierActivity.java
378
if (mode == NotificationListenerService.
INTERRUPTION_FILTER_PRIORITY
) {
[
all
...]
/frameworks/base/core/java/android/service/notification/
NotificationListenerService.java
95
public static final int
INTERRUPTION_FILTER_PRIORITY
96
= NotificationManager.
INTERRUPTION_FILTER_PRIORITY
;
[
all
...]
/prebuilts/sdk/current/
android.jar
/prebuilts/sdk/system_current/
android.jar
/prebuilts/sdk/23/
android.jar
Completed in 535 milliseconds