Home
last modified time | relevance | path

Searched refs:disallowReadLogs (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/incremental/
H A DIncrementalFileStorages.java201 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalFileStorages
202 mDefaultStorage.disallowReadLogs(); in disallowReadLogs()
H A DIncrementalStorage.java477 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalStorage
479 mService.disallowReadLogs(mId); in disallowReadLogs()
H A DIIncrementalService.aidl143 void disallowReadLogs(int storageId); in disallowReadLogs() method
/aosp12/frameworks/base/services/incremental/
H A DBinderIncrementalService.cpp179 binder::Status BinderIncrementalService::disallowReadLogs(int32_t storageId) { in disallowReadLogs() function in android::os::incremental::BinderIncrementalService
180 mImpl.disallowReadLogs(storageId); in disallowReadLogs()
H A DBinderIncrementalService.h86 binder::Status disallowReadLogs(int32_t storageId) final;
H A DIncrementalService.h172 void disallowReadLogs(StorageId storage);
368 void disallowReadLogs() { flags &= ~StorageFlags::ReadLogsAllowed; } in disallowReadLogs() function
H A DIncrementalService.cpp874 void IncrementalService::disallowReadLogs(StorageId storageId) { in disallowReadLogs() function in android::incremental::IncrementalService
885 ifs->disallowReadLogs(); in disallowReadLogs()
1508 ifs->disallowReadLogs(); in adoptMountedInstances()
1689 ifs->disallowReadLogs(); in mountExistingImage()
/aosp12/frameworks/base/services/incremental/test/
H A DIncrementalServiceTest.cpp1495 mIncrementalService->disallowReadLogs(storageId); in TEST_F()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageInstallerSession.java3217 mIncrementalFileStorages.disallowReadLogs(); in validateApkInstallLocked()