Home
last modified time | relevance | path

Searched refs:recordCanBeBlocked (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationBackend.java91 recordCanBeBlocked(context, pm, app, row); in loadAppRow()
95 void recordCanBeBlocked(Context context, PackageManager pm, PackageInfo app, AppRow row) { in recordCanBeBlocked() method in NotificationBackend
127 recordCanBeBlocked(context, context.getPackageManager(), info, row); in isSystemApp()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java104 recordCanBeBlocked(context, pm, roleManager, app, row); in loadAppRow()
108 void recordCanBeBlocked(Context context, PackageManager pm, RoleManager rm, PackageInfo app, in recordCanBeBlocked() method in NotificationBackend
145 recordCanBeBlocked(context, context.getPackageManager(), rm, info, row); in isSystemApp()