Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/notification/
DSystemNotificationChannels.java51 public static String DEVICE_ADMIN = "DEVICE_ADMIN_ALERTS"; field in SystemNotificationChannels
134 DEVICE_ADMIN, in createAll()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DRemoteBugreportUtils.java67 new Notification.Builder(context, SystemNotificationChannels.DEVICE_ADMIN) in buildNotification()
DDevicePolicyManagerService.java6608 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in sendWipeProfileNotification()
13402 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in sendNetworkLoggingNotificationLocked()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerService.java1081 return new Notification.Builder(context, SystemNotificationChannels.DEVICE_ADMIN) in buildSuccessNotification()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java537 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in showEncryptionNotification()