Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationEnforcer.java49 public void assertInternal(int callingUid) { in assertInternal() method in DomainVerificationEnforcer
H A DDomainVerificationService.java364 mEnforcer.assertInternal(mConnection.getCallingUid());
500 mEnforcer.assertInternal(mConnection.getCallingUid());
590 mEnforcer.assertInternal(mConnection.getCallingUid());
1369 mEnforcer.assertInternal(mConnection.getCallingUid());
1433 mEnforcer.assertInternal(mConnection.getCallingUid());
1495 mEnforcer.assertInternal(mConnection.getCallingUid());
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationEnforcerTest.kt156 assertInternal(it.callingUid)
/aosp12/frameworks/base/services/
H A Dart-profile34771 PLcom/android/server/pm/verify/domain/DomainVerificationEnforcer;->assertInternal(I)V