Searched refs:recordCanBeBlocked (Results 1 – 2 of 2) sorted by relevance
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationBackend.java | 90 recordCanBeBlocked(context, pm, app, row); in loadAppRow() 94 void recordCanBeBlocked(Context context, PackageManager pm, PackageInfo app, AppRow row) { in recordCanBeBlocked() method in NotificationBackend 126 recordCanBeBlocked(context, context.getPackageManager(), info, row); in isSystemApp()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationBackend.java | 93 recordCanBeBlocked(context, pm, roleManager, app, row); in loadAppRow() 97 void recordCanBeBlocked(Context context, PackageManager pm, RoleManager rm, PackageInfo app, in recordCanBeBlocked() method in NotificationBackend 134 recordCanBeBlocked(context, context.getPackageManager(), rm, info, row); in isSystemApp()
|