Home
last modified time | relevance | path

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

/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5186 boolean callerIsDeviceOwnerAdmin = isCallerDeviceOwner(callingUid); in resetPasswordInternal()
11629 boolean isCallerDeviceOwner(int callerUid) { in isCallerDeviceOwner() method