Home
last modified time | relevance | path

Searched refs:getAllowedNotificationAssistantForUser (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl189 ComponentName getAllowedNotificationAssistantForUser(int userId); in getAllowedNotificationAssistantForUser() method
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5108 public ComponentName getAllowedNotificationAssistantForUser(int userId) {
5120 return getAllowedNotificationAssistantForUser(getCallingUserHandle().getIdentifier());
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java3082 mBinderService.getAllowedNotificationAssistantForUser(user.getIdentifier()); in testGetAssistantAllowedForUser()
/aosp12/frameworks/base/services/
H A Dart-profile26462 …roid/server/notification/NotificationManagerService$11;->getAllowedNotificationAssistantForUser(I)…