Searched refs:mDirectService (Results 1 – 1 of 1) sorted by relevance
117 private final NotificationManagerService mDirectService; field in NotificationShellCmd122 mDirectService = service; in NotificationShellCmd()124 mPm = mDirectService.getContext().getPackageManager(); in NotificationShellCmd()274 mDirectService.resetAssistantUserSet(userId); in onCommand()282 ComponentName approvedAssistant = mDirectService.getApprovedAssistant(userId); in onCommand()329 for (String key : mDirectService.mNotificationsByKey.keySet()) { in onCommand()335 final NotificationRecord nr = mDirectService.getNotificationRecord(key); in onCommand()337 nr.dump(pw, "", mDirectService.getContext(), false); in onCommand()346 final SnoozeHelper sh = mDirectService.mSnoozeHelper; in onCommand()366 if (null != mDirectService.mSnoozeHelper.getNotification(key)) { in onCommand()[all …]