Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/android/content/pm/
DPackageSettingsSnapshotProvider.java44 <Output> Output withPackageSettingsSnapshotReturning( in withPackageSettingsSnapshotReturning() method
/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
DDomainVerificationTestUtils.kt36 whenever(withPackageSettingsSnapshotReturning<Any>(any())) { in mockPackageSettings()
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationService.java2057 public <Output> Output withPackageSettingsSnapshotReturning(
2061 return mConnection.withPackageSettingsSnapshotReturning(block);
/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerService.java1796 public <Output> Output withPackageSettingsSnapshotReturning( in withPackageSettingsSnapshotReturning() method in PackageManagerService.DomainVerificationConnection
1799 return mPmInternal.withPackageSettingsSnapshotReturning(block); in withPackageSettingsSnapshotReturning()
28155 public <Output> Output withPackageSettingsSnapshotReturning(