Searched refs:changeVerificationStatus (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | ManagedProfileTest.java | 206 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks() 207 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "ask"); in testAppLinks() 217 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks() 221 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "never"); in testAppLinks() 225 changeVerificationStatus(mProfileUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks() 226 changeVerificationStatus(mParentUserId, INTENT_RECEIVER_PKG, "always"); in testAppLinks() 759 private void changeVerificationStatus(int userId, String packageName, String status) in changeVerificationStatus() method in ManagedProfileTest
|