Searched refs:DEVICE_ADMIN (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/notification/ |
D | SystemNotificationChannels.java | 56 public static String DEVICE_ADMIN = "DEVICE_ADMIN_ALERTS"; field in SystemNotificationChannels 146 DEVICE_ADMIN, in createAll()
|
/frameworks/base/services/core/java/com/android/server/ |
D | MasterClearReceiver.java | 169 new Notification.Builder(context, SystemNotificationChannels.DEVICE_ADMIN) in sendWipeProfileNotification()
|
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
D | RemoteBugreportManager.java | 152 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in buildNotification()
|
D | DevicePolicyManagerService.java | 1417 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in sendPrivateSpaceRemovedNotification() 8073 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) 15169 SystemNotificationChannels.DEVICE_ADMIN) in showLocationSettingsEnabledNotification() 19135 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) 21062 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) 21144 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN)
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerService.java | 1984 return new Notification.Builder(context, SystemNotificationChannels.DEVICE_ADMIN)
|
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | LockSettingsService.java | 800 new Notification.Builder(mContext, SystemNotificationChannels.DEVICE_ADMIN) in showEncryptionNotification()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 5401 … field public static final java.lang.String EXTRA_DEVICE_ADMIN = "android.app.extra.DEVICE_ADMIN";
|
/frameworks/base/core/api/ |
D | current.txt | 8305 field public static final String EXTRA_DEVICE_ADMIN = "android.app.extra.DEVICE_ADMIN";
|