Searched refs:hasDeviceIdentifierAccess (Results 1 – 3 of 3) sorted by relevance
162 when(mDevicePolicyManager.hasDeviceIdentifierAccess(mPackageName, APP_PID, in checkDeviceIdentifierAccess_hasDpmAccess_returnsGranted()398 when(mDevicePolicyManager.hasDeviceIdentifierAccess(anyString(), anyInt(), in setupCheckDeviceIdentifierAccessTest()
127 if (devicePolicyManager != null && devicePolicyManager.hasDeviceIdentifierAccess( in checkDeviceIdentifierAccess()
10105 public boolean hasDeviceIdentifierAccess(@NonNull String packageName, int pid, int uid) { in hasDeviceIdentifierAccess() method in DevicePolicyManager