Searched refs:getAllowedNotificationAssistantForUser (Results 1 – 3 of 3) sorted by relevance
201 ComponentName getAllowedNotificationAssistantForUser(int userId); in getAllowedNotificationAssistantForUser() method
6118 public ComponentName getAllowedNotificationAssistantForUser(int userId) {6130 return getAllowedNotificationAssistantForUser(getCallingUserHandle().getIdentifier());
4960 mBinderService.getAllowedNotificationAssistantForUser(user.getIdentifier()); in testGetAssistantAllowedForUser()