Home
last modified time | relevance | path

Searched refs:getCrossProfileCallerIdDisabledForUser (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl315 boolean getCrossProfileCallerIdDisabledForUser(int userId); in getCrossProfileCallerIdDisabledForUser() method
H A DDevicePolicyManager.java8856 return mService.getCrossProfileCallerIdDisabledForUser(userHandle.getIdentifier()); in getCrossProfileCallerIdDisabled()
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java11825 public boolean getCrossProfileCallerIdDisabledForUser(int userId) {
11918 return getCrossProfileCallerIdDisabledForUser(userId)
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2647 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCrossProfileCallerIdDisabledForUser(I)Z
3175 Landroid/app/admin/IDevicePolicyManager;->getCrossProfileCallerIdDisabledForUser(I)Z
/aosp12/frameworks/base/services/
H A Dart-profile16747 …android/server/devicepolicy/DevicePolicyManagerService;->getCrossProfileCallerIdDisabledForUser(I)…