Searched refs:matchesCallFilter (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeFilteringTest.java | 407 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 …]
|
D | NotificationManagerServiceTest.java | 12210 ((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/ |
D | NotificationManager.java | 1182 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()
|
D | INotificationManager.aidl | 188 boolean matchesCallFilter(in Bundle extras); in matchesCallFilter() method
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeFiltering.java | 103 public static boolean matchesCallFilter(Context context, int zen, NotificationManager.Policy in matchesCallFilter() method in ZenModeFiltering
|
D | ZenModeHelper.java | 254 public boolean matchesCallFilter(UserHandle userHandle, Bundle extras, in matchesCallFilter() method in ZenModeHelper 258 return ZenModeFiltering.matchesCallFilter(mContext, mZenMode, mConsolidatedPolicy, in matchesCallFilter()
|
D | NotificationManagerService.java | 5873 public boolean matchesCallFilter(Bundle extras) { 5901 return mZenModeHelper.matchesCallFilter(
|
/frameworks/base/boot/hiddenapi/ |
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
|
/frameworks/base/core/api/ |
D | current.txt | 7034 method @WorkerThread public boolean matchesCallFilter(@NonNull android.net.Uri);
|