Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java12727 postTransfer(DevicePolicyManager.ACTION_PROFILE_OWNER_CHANGED, callingUserId); in transferOwnership()
12737 postTransfer(DevicePolicyManager.ACTION_DEVICE_OWNER_CHANGED, callingUserId); in transferOwnership()
12753 private void postTransfer(String broadcast, int callingUserId) { in postTransfer() method in DevicePolicyManagerService