Home
last modified time | relevance | path

Searched refs:matchesInterruptionFilter (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java71 mMatchesInterruptionFilter = ranking.matchesInterruptionFilter(); in RankingBuilder()
139 public RankingBuilder setMatchesInterruptionFilter(boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter() argument
140 mMatchesInterruptionFilter = matchesInterruptionFilter; in setMatchesInterruptionFilter()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java269 boolean matchesInterruptionFilter) { in setMatchesInterruptionFilter() argument
270 mRankingBuilder.setMatchesInterruptionFilter(matchesInterruptionFilter); in setMatchesInterruptionFilter()
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationRankingUpdateTest.java371 Assert.assertEquals(comment, a.matchesInterruptionFilter(), b.matchesInterruptionFilter()); in detailedAssertEquals()
530 !tweak.matchesInterruptionFilter(), // note the inversion here! in testRankingUpdate_equals_legacy()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1910 public boolean matchesInterruptionFilter() { in matchesInterruptionFilter() method in NotificationListenerService.Ranking
2141 public void populate(String key, int rank, boolean matchesInterruptionFilter, in populate() argument
2155 mMatchesInterruptionFilter = matchesInterruptionFilter; in populate()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java152 assertEquals(!isIntercepted(i), ranking.matchesInterruptionFilter()); in testRanking()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27075 method public boolean matchesInterruptionFilter();
/frameworks/base/core/api/
Dcurrent.txt41255 method public boolean matchesInterruptionFilter();