/aosp_15_r20/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
H A D | DeviceOwnerTest.kt | 144 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 170 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 193 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 272 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 307 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 331 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 370 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 389 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant
|
H A D | ProvisioningTest.kt | 373 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 393 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 450 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 481 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 505 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 529 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 550 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 572 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 595 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant 620 val deviceOwner = TestApis.devicePolicy().getDeviceOwner() in <lambda>() constant [all …]
|
H A D | AdbProvisioningTest.java | 75 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in setDeviceOwnerUsingAdb_isLogged() local
|
H A D | UserRestrictionsTest.java | 394 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in skipTestForFinancedDevice() local
|
H A D | PasswordComplexityTest.java | 95 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in skipRoleHolderAndFinancedDeviceOwnerTestIfFlagNotEnabled() local
|
/aosp_15_r20/cts/common/device-side/bedstead/remotedpc/src/test/java/com/android/bedstead/remotedpc/ |
H A D | RemoteDpcTest.java | 104 DeviceOwner deviceOwner = in deviceOwner_nonRemoteDpcDeviceOwner_returnsNull() local 290 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner( in any_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull() local 350 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner( in any_userHandle_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull() local 364 RemoteDpc deviceOwner = RemoteDpc.deviceOwner(); in any_userHandle_remoteDpcDeviceOwner_returnsDeviceOwner() local 424 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner( in any_userReference_nonRemoteDpcDeviceOwner_noProfileOwner_returnsNull() local 438 RemoteDpc deviceOwner = RemoteDpc.deviceOwner(); in any_userReference_remoteDpcDeviceOwner_returnsDeviceOwner() local 466 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in setAsDeviceOwner_withoutTestAppQuery_setsDefault() local 475 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in setAsDeviceOwner_alreadySet_doesNothing() local 491 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in setAsDeviceOwner_alreadyHasDeviceOwner_replacesDeviceOwner() local 504 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in setAsDeviceOwner_doesNotHaveDeviceOwner_setsDeviceOwner() local [all …]
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/test/java/com/android/bedstead/nene/devicepolicy/ |
H A D | DevicePolicyTest.java | 247 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner(DPC_COMPONENT_NAME); in setDeviceOwner_deviceOwnerIsSet() local 304 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner(DPC_COMPONENT_NAME); in setDeviceOwner_sPlus_userAlreadyOnDevice_deviceOwnerIsSet() local 356 try (DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner(DPC_COMPONENT_NAME)) { in deviceOwner_autoclose_removesDeviceOwner()
|
H A D | DeviceOwnerTest.java | 102 DeviceOwner deviceOwner = TestApis.devicePolicy() in remove_nonTestOnlyDpc_removesDeviceOwner() local 117 DeviceOwner deviceOwner = TestApis.devicePolicy() in setAndRemoveDeviceOwnerRepeatedly_doesNotThrowError() local
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/enterprise/src/main/kotlin/com/android/bedstead/enterprise/ |
H A D | DeviceOwnerComponent.kt | 59 private var deviceOwner: DevicePolicyController? = null variable 305 fun deviceOwner(): RemoteDpc { in deviceOwner() method
|
H A D | EnterpriseDeviceStateExtensions.kt | 107 fun DeviceState.deviceOwner(): RemoteDpc = method
|
/aosp_15_r20/cts/common/device-side/bedstead/remotedpc/src/main/java/com/android/bedstead/remotedpc/ |
H A D | RemoteDpc.java | 67 public static RemoteDpc deviceOwner() { in deviceOwner() method in RemoteDpc 68 DeviceOwner deviceOwner = TestApis.devicePolicy().getDeviceOwner(); in deviceOwner() local 224 DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner(componentName, user); in setAsDeviceOwner() local
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/provisioning/ |
D | ProvisioningControllerFactory.java | 45 int deviceOwner = mUtils.isHeadlessSystemUserMode() in createProvisioningController() local
|
/aosp_15_r20/cts/common/device-side/bedstead/deviceadminapp/src/test/java/com/android/bedstead/deviceadminapp/ |
H A D | DeviceAdminAppTest.java | 61 try (DeviceOwner deviceOwner = TestApis.devicePolicy().setDeviceOwner( in setAsDeviceOwner_isEnabled()
|
/aosp_15_r20/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/network/ |
D | WifiHelper.java | 58 final ComponentName deviceOwner = dpm.getDeviceOwnerComponentOnAnyUser(); in isNetworkLockedDown() local
|
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/ |
H A D | PackageManagerDeviceOwnerTest.java | 74 DeviceOwner deviceOwner = null; in testInstallAdminAppAsInstantShouldFail() local
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/ |
D | WifiPermissionsUtil.java | 993 Pair<UserHandle, ComponentName> deviceOwner = getDeviceOwner(); in isDeviceOwner() local 1007 Pair<UserHandle, ComponentName> deviceOwner = getDeviceOwner(); in isDeviceOwner() local
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/ota/ |
D | OtaController.java | 138 ComponentName deviceOwner = mDevicePolicyManager.getDeviceOwnerComponentOnAnyUser(); in addDeviceOwnerTasks() local
|
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiUtils.java | 123 final ComponentName deviceOwner = dpm.getDeviceOwnerComponentOnAnyUser(); in isNetworkLockedDown() local
|
/aosp_15_r20/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/ |
H A D | EnterpriseAnnotationExecutorTest.kt | 242 val deviceOwner = devicePolicy().getDeviceOwner() in ensureHasDeviceOwnerAnnotation_noQuerySpecified_setsDefaultRemoteDpc() constant
|
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/ |
H A D | DevicePolicy.kt | 377 val deviceOwner = getDeviceOwner() in <lambda>() constant
|
/aosp_15_r20/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/ |
D | WifiConfigHelper.java | 213 final ComponentName deviceOwner = dpm.getDeviceOwnerComponentOnAnyUser(); in isNetworkLockedDown() local
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerServiceShellCommand.java | 209 String deviceOwner = ""; in runList() local
|
/aosp_15_r20/packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/ |
D | EnterprisePrivacyFeatureProviderImplTest.java | 444 String packageName, boolean deviceOwner, boolean profileOwner) { in addWorkPolicyInfoIntent()
|
/aosp_15_r20/packages/apps/Car/Settings/src/com/android/car/settings/enterprise/ |
D | ActionDisabledByAdminDialogFragment.java | 196 EnforcedAdmin deviceOwner = RestrictedLockUtilsInternal.getDeviceOwner(context); in isNotDeviceOwner() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | ProfileTargetPreparer.java | 273 private void removeDeviceOwner(ITestDevice device, DeviceOwner deviceOwner) in removeDeviceOwner()
|