Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java204 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalFileStorages
205 mDefaultStorage.disallowReadLogs(); in disallowReadLogs()
DIncrementalStorage.java478 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalStorage
480 mService.disallowReadLogs(mId); in disallowReadLogs()
DIIncrementalService.aidl143 void disallowReadLogs(int storageId); in disallowReadLogs() method
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp179 binder::Status BinderIncrementalService::disallowReadLogs(int32_t storageId) { in disallowReadLogs() function in android::os::incremental::BinderIncrementalService
180 mImpl.disallowReadLogs(storageId); in disallowReadLogs()
DBinderIncrementalService.h86 binder::Status disallowReadLogs(int32_t storageId) final;
DIncrementalService.h172 void disallowReadLogs(StorageId storage);
368 void disallowReadLogs() { flags &= ~StorageFlags::ReadLogsAllowed; } in disallowReadLogs() function
DIncrementalService.cpp894 void IncrementalService::disallowReadLogs(StorageId storageId) { in disallowReadLogs() function in android::incremental::IncrementalService
905 ifs->disallowReadLogs(); in disallowReadLogs()
1528 ifs->disallowReadLogs(); in adoptMountedInstances()
1709 ifs->disallowReadLogs(); in mountExistingImage()
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp1495 mIncrementalService->disallowReadLogs(storageId); in TEST_F()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java3826 mIncrementalFileStorages.disallowReadLogs();