Searched refs:getAllowedNotificationAssistantForUser (Results 1 – 3 of 3) sorted by relevance
193 ComponentName getAllowedNotificationAssistantForUser(int userId); in getAllowedNotificationAssistantForUser() method
5552 public ComponentName getAllowedNotificationAssistantForUser(int userId) {5564 return getAllowedNotificationAssistantForUser(getCallingUserHandle().getIdentifier());
4398 mBinderService.getAllowedNotificationAssistantForUser(user.getIdentifier()); in testGetAssistantAllowedForUser()