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.java174 public static final String INVALID_CALLING_IDENTITY_MSG = "Calling identity is not authorized"; field in DevicePolicyManagerTest
1910 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
1959 assertExpectException(SecurityException.class, INVALID_CALLING_IDENTITY_MSG, in testApplicationRestrictionsManagingApp()
2677 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2683 /* messageRegex= */ INVALID_CALLING_IDENTITY_MSG, in testGetMacAddress()
2730 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()
2735 INVALID_CALLING_IDENTITY_MSG, () -> dpm.reboot(admin1)); in testReboot()