/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeFilteringTest.java | 429 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 D | NotificationManagerServiceTest.java | 10653 ((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 D | NotificationManager.java | 1119 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 D | INotificationManager.aidl | 180 boolean matchesCallFilter(in Bundle extras); in matchesCallFilter() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeFiltering.java | 102 public static boolean matchesCallFilter(Context context, int zen, NotificationManager.Policy in matchesCallFilter() method in ZenModeFiltering
|
H A D | ZenModeHelper.java | 191 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, in matchesCallFilter() method in ZenModeHelper 195 return ZenModeFiltering.matchesCallFilter(mContext, mZenMode, mConsolidatedPolicy, in matchesCallFilter()
|
H A D | NotificationManagerService.java | 5335 public boolean matchesCallFilter(Bundle extras) { 5363 return mZenModeHelper.matchesCallFilter(
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 6473 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 D | current.txt | 6822 method @WorkerThread public boolean matchesCallFilter(@NonNull android.net.Uri);
|