Searched refs:notCallingUserId (Results 1 – 1 of 1) sorted by relevance
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/ |
H A D | DomainVerificationEnforcerTest.kt | 504 val notCallingUserId = 1 regex 541 val notCallingUserId = 1 regex 588 val notCallingUserId = 1 regex 591 runTestCases(callingUserId, notCallingUserId, throws = true) 596 runTestCases(callingUserId, notCallingUserId, throws = true) 601 runTestCases(callingUserId, notCallingUserId, throws = false) 645 val notCallingUserId = 1 regex 648 runTestCases(callingUserId, notCallingUserId, throws = true) 653 runTestCases(callingUserId, notCallingUserId, throws = true) 657 runTestCases(callingUserId, notCallingUserId, throws = false) [all …]
|