Searched refs:shouldIntercept (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeFilteringTest.java | 148 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_VisEffectsAllowed() 158 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_WrongId() 168 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_WrongPackage() 178 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_no() 179 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_ALARMS, policy, r)); in testSuppressDNDInfo_no() 180 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_no() 189 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_OFF, policy, r)); in testSuppressAnything_yes_ZenModeOff() 199 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressAnything_bypass_ZenModeOn() 202 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressAnything_bypass_ZenModeOn() 255 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testConversation_importantAllowed_isNotImportant() [all …]
|
H A D | ZenModeExtractorTest.java | 61 when(mZenModeHelper.shouldIntercept(any())).thenReturn(true); in testExtractIntercepted() 76 when(mZenModeHelper.shouldIntercept(any())).thenReturn(false); in testExtractVisualDisturbancesNotIntercepted() 91 when(mZenModeHelper.shouldIntercept(any())).thenReturn(true); in testExtractVisualDisturbancesIntercepted()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeExtractor.java | 47 record.setIntercepted(mZenModeHelper.shouldIntercept(record)); in process()
|
H A D | ZenModeFiltering.java | 121 public boolean shouldIntercept(int zen, NotificationManager.Policy policy, in shouldIntercept() method in ZenModeFiltering
|
H A D | ZenModeHelper.java | 192 public boolean shouldIntercept(NotificationRecord record) { in shouldIntercept() method in ZenModeHelper 194 return mFiltering.shouldIntercept(mZenMode, mConsolidatedPolicy, record); in shouldIntercept()
|
H A D | NotificationManagerService.java | 8134 record.setIntercepted(mZenModeHelper.shouldIntercept(record));
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSScrollLayout.java | 92 public boolean shouldIntercept(MotionEvent ev) { in shouldIntercept() method in QSScrollLayout
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27702 HPLcom/android/server/notification/ZenModeFiltering;->shouldIntercept(ILandroid/app/NotificationMan… 27815 HPLcom/android/server/notification/ZenModeHelper;->shouldIntercept(Lcom/android/server/notification…
|