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