Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/
DAutoGrantPermissionsNotifier.java115 private void createAutoGrantNotifierChannel(boolean shouldNotifySilently) { in createAutoGrantNotifierChannel() argument
117 getNotificationChannelId(shouldNotifySilently), in createAutoGrantNotifierChannel()
120 if (shouldNotifySilently) { in createAutoGrantNotifierChannel()
132 public void notifyOfAutoGrantPermissions(boolean shouldNotifySilently) { in notifyOfAutoGrantPermissions() argument
137 createAutoGrantNotifierChannel(shouldNotifySilently); in notifyOfAutoGrantPermissions()
163 getNotificationChannelId(shouldNotifySilently))) in notifyOfAutoGrantPermissions()
203 getNotificationChannelId(shouldNotifySilently)) in notifyOfAutoGrantPermissions()
250 private String getNotificationChannelId(boolean shouldNotifySilently) { in getNotificationChannelId() argument
251 if (shouldNotifySilently) { in getNotificationChannelId()