Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeFilteringTest.java407 assertTrue(ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_directMatch()
410 assertFalse(ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_directMatch()
438 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
442 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
446 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
450 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
479 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
483 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
487 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
491 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
[all …]
DNotificationManagerServiceTest.java12210 ((INotificationManager) mService.mService).matchesCallFilter(null);
12228 ((INotificationManager) mService.mService).matchesCallFilter(null);
12248 ((INotificationManager) mService.mService).matchesCallFilter(null);
12267 ((INotificationManager) mService.mService).matchesCallFilter(null);
/frameworks/base/core/java/android/app/
DNotificationManager.java1182 public boolean matchesCallFilter(Bundle extras) { in matchesCallFilter() method in NotificationManager
1185 return service.matchesCallFilter(extras); in matchesCallFilter()
2889 public boolean matchesCallFilter(@NonNull Uri uri) { in matchesCallFilter() method in NotificationManager
2895 return matchesCallFilter(extras); in matchesCallFilter()
DINotificationManager.aidl188 boolean matchesCallFilter(in Bundle extras); in matchesCallFilter() method
/frameworks/base/services/core/java/com/android/server/notification/
DZenModeFiltering.java103 public static boolean matchesCallFilter(Context context, int zen, NotificationManager.Policy in matchesCallFilter() method in ZenModeFiltering
DZenModeHelper.java254 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, in matchesCallFilter() method in ZenModeHelper
258 return ZenModeFiltering.matchesCallFilter(mContext, mZenMode, mConsolidatedPolicy, in matchesCallFilter()
DNotificationManagerService.java5873 public boolean matchesCallFilter(Bundle extras) {
5901 return mZenModeHelper.matchesCallFilter(
/frameworks/base/boot/hiddenapi/
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
/frameworks/base/core/api/
Dcurrent.txt7034 method @WorkerThread public boolean matchesCallFilter(@NonNull android.net.Uri);