Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java206 public static final String INVALID_CALLING_IDENTITY_MSG = "Calling identity is not authorized"; field in DevicePolicyManagerTest
1913 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
1962 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
2692 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2698 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2745 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()
2750 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()