Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DWifiPermissionsUtil.java590 return devicePolicyManager.isProfileOwnerApp(packageName); in isProfileOwner()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DWifiPermissionsUtilTest.java922 when(mDevicePolicyManager.isProfileOwnerApp(TEST_PACKAGE_NAME)) in testIsProfileOwnerApp()
927 when(mDevicePolicyManager.isProfileOwnerApp(TEST_PACKAGE_NAME)) in testIsProfileOwnerApp()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java2862 if (dpm.isDeviceOwnerApp(callingPackage) || dpm.isProfileOwnerApp(callingPackage)) { in isSetWallpaperAllowed()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java6993 public boolean isProfileOwnerApp(String packageName) { in isProfileOwnerApp() method in DevicePolicyManager
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5349 method public boolean isProfileOwnerApp(java.lang.String);
/frameworks/base/config/
Dboot-image-profile.txt3462 HSPLandroid/app/admin/DevicePolicyManager;->isProfileOwnerApp(Ljava/lang/String;)Z
/frameworks/base/api/
Dcurrent.txt6958 method public boolean isProfileOwnerApp(String);