Searched refs:disallowReadLogs (Results 1 – 9 of 9) sorted by relevance
204 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalFileStorages205 mDefaultStorage.disallowReadLogs(); in disallowReadLogs()
478 public void disallowReadLogs() { in disallowReadLogs() method in IncrementalStorage480 mService.disallowReadLogs(mId); in disallowReadLogs()
143 void disallowReadLogs(int storageId); in disallowReadLogs() method
179 binder::Status BinderIncrementalService::disallowReadLogs(int32_t storageId) { in disallowReadLogs() function in android::os::incremental::BinderIncrementalService180 mImpl.disallowReadLogs(storageId); in disallowReadLogs()
86 binder::Status disallowReadLogs(int32_t storageId) final;
172 void disallowReadLogs(StorageId storage);368 void disallowReadLogs() { flags &= ~StorageFlags::ReadLogsAllowed; } in disallowReadLogs() function
894 void IncrementalService::disallowReadLogs(StorageId storageId) { in disallowReadLogs() function in android::incremental::IncrementalService905 ifs->disallowReadLogs(); in disallowReadLogs()1528 ifs->disallowReadLogs(); in adoptMountedInstances()1709 ifs->disallowReadLogs(); in mountExistingImage()
1495 mIncrementalService->disallowReadLogs(storageId); in TEST_F()
3826 mIncrementalFileStorages.disallowReadLogs();