Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5115 dpms.enforceCallerCanRequestDeviceIdAttestation(admin1, admin1.getPackageName(), in testEnforceCallerCanRequestDeviceIdAttestation_deviceOwnerCaller()
5120 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(null, in testEnforceCallerCanRequestDeviceIdAttestation_deviceOwnerCaller()
5125 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(admin2, in testEnforceCallerCanRequestDeviceIdAttestation_deviceOwnerCaller()
5135 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(admin1, in testEnforceCallerCanRequestDeviceIdAttestation_profileOwnerCaller()
5143 dpms.enforceCallerCanRequestDeviceIdAttestation(admin1, admin1.getPackageName(), in testEnforceCallerCanRequestDeviceIdAttestation_profileOwnerCaller()
5147 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(null, in testEnforceCallerCanRequestDeviceIdAttestation_profileOwnerCaller()
5151 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(admin2, in testEnforceCallerCanRequestDeviceIdAttestation_profileOwnerCaller()
5180 dpms.enforceCallerCanRequestDeviceIdAttestation(admin1, admin1.getPackageName(), in testEnforceCallerCanRequestDeviceIdAttestation_delegateCaller()
5184 dpms.enforceCallerCanRequestDeviceIdAttestation(null, in testEnforceCallerCanRequestDeviceIdAttestation_delegateCaller()
5203 () -> dpms.enforceCallerCanRequestDeviceIdAttestation(admin1, in testEnforceCallerCanRequestDeviceIdAttestation_delegateCallerWithoutPermissions()
[all …]
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java5759 public void enforceCallerCanRequestDeviceIdAttestation( in enforceCallerCanRequestDeviceIdAttestation() method
5831 enforceCallerCanRequestDeviceIdAttestation(who, callerPackage, callingUid); in generateKeyPair()