Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DHardwarePropertiesManagerService.java183 if (!dpm.isDeviceOwnerApp(callingPackage) in enforceHardwarePropertiesRetrievalAllowed()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java936 doReturn(false).when(mDevicePolicyManager).isDeviceOwnerApp(PACKAGE_NAME); in testDownloadSubscription_profileOwner_usingSwitchAfterDownload_fails()
965 doReturn(false).when(mDevicePolicyManager).isDeviceOwnerApp(PACKAGE_NAME); in testDownloadSubscription_orgOwnedProfileOwner_usingSwitchAfterDownload_success()
991 doReturn(true).when(mDevicePolicyManager).isDeviceOwnerApp(PACKAGE_NAME); in testDownloadSubscription_deviceOwner_usingSwitchAfterDownload_success()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1224 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isTrue(); in checkGetDeviceOwnerInfoApi()
1232 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
1243 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isTrue(); in checkGetDeviceOwnerInfoApi()
1251 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
1262 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
1280 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isTrue(); in checkGetDeviceOwnerInfoApi()
1288 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
1300 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isTrue(); in checkGetDeviceOwnerInfoApi()
1304 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
1320 assertThat(dpm.isDeviceOwnerApp(admin1.getPackageName())).isFalse(); in checkGetDeviceOwnerInfoApi()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java2201 || devicePolicyManager.isDeviceOwnerApp(callingPackage)); in callerCanManageDevicePolicyManagedSubscriptions()
2209 return devicePolicyManager != null && (devicePolicyManager.isDeviceOwnerApp(callingPackage) in shouldAllowSwitchAfterDownload()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java9438 public boolean isDeviceOwnerApp(String packageName) { in isDeviceOwnerApp() method in DevicePolicyManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt2920 HSPLandroid/app/admin/DevicePolicyManager;->isDeviceOwnerApp(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5346 method public boolean isDeviceOwnerApp(java.lang.String);
/frameworks/base/config/
Dboot-image-profile.txt2920 HSPLandroid/app/admin/DevicePolicyManager;->isDeviceOwnerApp(Ljava/lang/String;)Z
/frameworks/base/core/api/
Dcurrent.txt8114 method public boolean isDeviceOwnerApp(String);