Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java176 public static final String INVALID_CALLING_IDENTITY_MSG = "Calling identity is not authorized"; field in DevicePolicyManagerTest
1917 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
1966 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
2690 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2696 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2743 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()
2748 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()