Home
last modified time | relevance | path

Searched refs:matchesCallFilter (Results 1 – 12 of 12) sorted by relevance

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DRingerTest.java149 when(notificationManager.matchesCallFilter(any(Bundle.class))).thenReturn(true); in setUp()
256 when(notificationManager.matchesCallFilter(any(Bundle.class))).thenReturn(false); in testCallWaitingButNoRingForSpecificContacts()
H A DComponentContextFixture.java620 when(mNotificationManager.matchesCallFilter(any(Bundle.class))).thenReturn(true);
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java89 public static boolean matchesCallFilter(Context context, int zen, NotificationManager.Policy in matchesCallFilter() method in ZenModeFiltering
H A DZenModeHelper.java176 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, in matchesCallFilter() method in ZenModeHelper
179 return ZenModeFiltering.matchesCallFilter(mContext, mZenMode, mConsolidatedPolicy, in matchesCallFilter()
H A DNotificationManagerService.java4925 public boolean matchesCallFilter(Bundle extras) {
4927 return mZenModeHelper.matchesCallFilter(
/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl177 boolean matchesCallFilter(in Bundle extras); in matchesCallFilter() method
H A DNotificationManager.java1083 public boolean matchesCallFilter(Bundle extras) { in matchesCallFilter() method in NotificationManager
1086 return service.matchesCallFilter(extras); in matchesCallFilter()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DRinger.java469 return manager.matchesCallFilter(peopleExtras); in shouldRingForContact()
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt810 MissingNullability: android.app.NotificationManager#matchesCallFilter(android.os.Bundle) parameter …
H A Dtest-current.txt312 method public boolean matchesCallFilter(android.os.Bundle);
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt6473 Landroid/app/INotificationManager$Stub$Proxy;->matchesCallFilter(Landroid/os/Bundle;)Z
6661 Landroid/app/INotificationManager;->matchesCallFilter(Landroid/os/Bundle;)Z
8118 Landroid/app/NotificationManager;->matchesCallFilter(Landroid/os/Bundle;)Z
/aosp12/frameworks/base/services/
H A Dart-profile26510 PLcom/android/server/notification/NotificationManagerService$11;->matchesCallFilter(Landroid/os/Bun…
27700 PLcom/android/server/notification/ZenModeFiltering;->matchesCallFilter(Landroid/content/Context;ILa…
27788 PLcom/android/server/notification/ZenModeHelper;->matchesCallFilter(Landroid/os/UserHandle;Landroid…