Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationShellCmd.java117 private final NotificationManagerService mDirectService; field in NotificationShellCmd
123 mDirectService = service; in NotificationShellCmd()
125 mPm = mDirectService.getContext().getPackageManager(); in NotificationShellCmd()
269 mDirectService.resetAssistantUserSet(userId); in onCommand()
332 nr.dump(pw, "", mDirectService.getContext(), false); in onCommand()
341 final SnoozeHelper sh = mDirectService.mSnoozeHelper; in onCommand()
363 mDirectService.unsnoozeNotificationInt(key, null, mute); in onCommand()
400 nls.registerAsSystemService(mDirectService.getContext(), in onCommand()
474 final Context context = mDirectService.getContext(); in doNotify()
680 NotificationRecord nr = mDirectService.findNotificationLocked( in doNotify()
[all …]