Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/euicc/
DEuiccControllerTest.java934 doReturn(true).when(mDevicePolicyManager).isProfileOwnerApp(PACKAGE_NAME); in testDownloadSubscription_profileOwner_usingSwitchAfterDownload_fails()
963 doReturn(true).when(mDevicePolicyManager).isProfileOwnerApp(PACKAGE_NAME); in testDownloadSubscription_orgOwnedProfileOwner_usingSwitchAfterDownload_success()
989 doReturn(false).when(mDevicePolicyManager).isProfileOwnerApp(PACKAGE_NAME); in testDownloadSubscription_deviceOwner_usingSwitchAfterDownload_success()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java2199 devicePolicyManager != null && (devicePolicyManager.isProfileOwnerApp( in callerCanManageDevicePolicyManagedSubscriptions()
2210 || (devicePolicyManager.isProfileOwnerApp(callingPackage) in shouldAllowSwitchAfterDownload()
/frameworks/opt/net/wifi/libs/WifiTrackerLib/src/com/android/wifitrackerlib/
DUtils.java1023 return devicePolicyManager.isProfileOwnerApp(packageName); in isProfileOwner()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java1581 assertThat(dpm.isProfileOwnerApp(admin1.getPackageName())).isTrue(); in testClearProfileOwner()
1596 assertThat(dpm.isProfileOwnerApp(admin1.getPackageName())).isFalse(); in testClearProfileOwner()
8710 assertThat(dpm.isProfileOwnerApp(admin1.getPackageName())).isTrue();
8712 assertThat(dpm.isProfileOwnerApp(adminAnotherPackage.getPackageName())).isFalse();
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java9939 public boolean isProfileOwnerApp(String packageName) { in isProfileOwnerApp() 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.txt2924 HSPLandroid/app/admin/DevicePolicyManager;->isProfileOwnerApp(Ljava/lang/String;)Z
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5349 method public boolean isProfileOwnerApp(java.lang.String);
/frameworks/base/config/
Dboot-image-profile.txt2924 HSPLandroid/app/admin/DevicePolicyManager;->isProfileOwnerApp(Ljava/lang/String;)Z
/frameworks/base/core/api/
Dcurrent.txt8127 method public boolean isProfileOwnerApp(String);