Searched refs:shouldIntercept (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeFilteringTest.java | 129 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_VisEffectsAllowed() 139 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_WrongId() 149 assertTrue(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_yes_WrongPackage() 159 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_IMPORTANT_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_no() 160 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_ALARMS, policy, r)); in testSuppressDNDInfo_no() 161 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressDNDInfo_no() 170 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_OFF, policy, r)); in testSuppressAnything_yes_ZenModeOff() 180 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressAnything_bypass_ZenModeOn() 183 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_NO_INTERRUPTIONS, policy, r)); in testSuppressAnything_bypass_ZenModeOn()
|
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()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeExtractor.java | 47 record.setIntercepted(mZenModeHelper.shouldIntercept(record)); in process()
|
D | ZenModeFiltering.java | 120 public boolean shouldIntercept(int zen, NotificationManager.Policy policy, in shouldIntercept() method in ZenModeFiltering
|
D | ZenModeHelper.java | 172 public boolean shouldIntercept(NotificationRecord record) { in shouldIntercept() method in ZenModeHelper 174 return mFiltering.shouldIntercept(mZenMode, mConsolidatedPolicy, record); in shouldIntercept()
|
D | NotificationManagerService.java | 6479 record.setIntercepted(mZenModeHelper.shouldIntercept(record));
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSScrollLayout.java | 92 public boolean shouldIntercept(MotionEvent ev) { in shouldIntercept() method in QSScrollLayout
|
/frameworks/base/services/ |
D | art-profile | 9916 HSPLcom/android/server/notification/ZenModeFiltering;->shouldIntercept(ILandroid/app/NotificationMa… 9974 HSPLcom/android/server/notification/ZenModeHelper;->shouldIntercept(Lcom/android/server/notificatio…
|