/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/data/ |
H A D | BroadcastReceiverLiveData.kt | 52 if (intentAction == DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED) { 67 if (intentAction == DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED && 104 DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED -> {
|
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/admin/ |
H A D | DevicePolicyFragment.java | 18 import static android.app.admin.DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED; 183 new Intent(ACTION_DEVICE_ADMIN_ENABLED), /* flags= */ 0); in setAdminApps() 185 Log.i(TAG, "setDeviceAdminApps(): no receivers for " + ACTION_DEVICE_ADMIN_ENABLED); in setAdminApps() 188 Log.i(TAG, receivers.size() + " receivers for " + ACTION_DEVICE_ADMIN_ENABLED); in setAdminApps()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
H A D | DeviceAdminAppsPreferenceController.java | 68 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in updateState()
|
H A D | DeviceAdminAddFragment.java | 324 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in isValidAdmin()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DeviceAdminReceiver.java | 92 public static final String ACTION_DEVICE_ADMIN_ENABLED field in DeviceAdminReceiver 1187 } else if (ACTION_DEVICE_ADMIN_ENABLED.equals(action)) { in onReceive()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/deviceadmin/ |
H A D | DeviceAdminListPreferenceController.java | 282 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in addDeviceAdminBroadcastReceiversForProfile()
|
H A D | DeviceAdminAdd.java | 184 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in onCreate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/applications/specialaccess/deviceadmin/ |
H A D | DeviceAdminListPreferenceController.java | 275 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in addDeviceAdminBroadcastReceiversForProfile()
|
H A D | DeviceAdminAdd.java | 214 new Intent(DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in onCreate()
|
/aosp12/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/hibernation/ |
H A D | HibernationPolicy.kt | 657 DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED,
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 3494 sendAdminCommandLocked(newAdmin, DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED, 3570 sendAdminCommandLocked(adminToTransfer, DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED, 10550 DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED,
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerTest.java | 478 DeviceAdminReceiver.ACTION_DEVICE_ADMIN_ENABLED), in testSetActiveAdmin()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 7083 …field public static final String ACTION_DEVICE_ADMIN_ENABLED = "android.app.action.DEVICE_ADMIN_EN…
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 5284 …field public static final java.lang.String ACTION_DEVICE_ADMIN_ENABLED = "android.app.action.DEVIC…
|