Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeFilteringTest.java429 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
433 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
437 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
441 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_telephoneVariants()
470 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
474 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
478 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
482 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
486 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_urlEncodedTels()
517 ZenModeFiltering.matchesCallFilter(mContext, ZEN_MODE_IMPORTANT_INTERRUPTIONS, in testMatchesCallFilter_repeatCallers_viaRecordPhoneNumbers()
[all …]
H A DNotificationManagerServiceTest.java10653 ((INotificationManager) mService.mService).matchesCallFilter(null);
10671 ((INotificationManager) mService.mService).matchesCallFilter(null);
10691 ((INotificationManager) mService.mService).matchesCallFilter(null);
10710 ((INotificationManager) mService.mService).matchesCallFilter(null);
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1119 public boolean matchesCallFilter(Bundle extras) { in matchesCallFilter() method in NotificationManager
1122 return service.matchesCallFilter(extras); in matchesCallFilter()
2615 public boolean matchesCallFilter(@NonNull Uri uri) { in matchesCallFilter() method in NotificationManager
2621 return matchesCallFilter(extras); in matchesCallFilter()
H A DINotificationManager.aidl180 boolean matchesCallFilter(in Bundle extras); in matchesCallFilter() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DZenModeFiltering.java102 public static boolean matchesCallFilter(Context context, int zen, NotificationManager.Policy in matchesCallFilter() method in ZenModeFiltering
H A DZenModeHelper.java191 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, in matchesCallFilter() method in ZenModeHelper
195 return ZenModeFiltering.matchesCallFilter(mContext, mZenMode, mConsolidatedPolicy, in matchesCallFilter()
H A DNotificationManagerService.java5335 public boolean matchesCallFilter(Bundle extras) {
5363 return mZenModeHelper.matchesCallFilter(
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/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
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6822 method @WorkerThread public boolean matchesCallFilter(@NonNull android.net.Uri);