Searched refs:isFullyLoaded (Results 1 – 6 of 6) sorted by relevance
334 public boolean isFullyLoaded() throws IOException { in isFullyLoaded() method in IncrementalStorage336 final int res = mService.isFullyLoaded(mId); in isFullyLoaded()
121 int isFullyLoaded(int storageId); in isFullyLoaded() method
123 if (systemDataLoader && !mInheritedStorage.isFullyLoaded()) { in IncrementalFileStorages()
79 binder::Status isFullyLoaded(int32_t storageId, int32_t* _aidl_return) final;
216 return incfs::isFullyLoaded(control, path); in isFileFullyLoaded()219 return incfs::isFullyLoaded(control, id); in isFileFullyLoaded()
267 binder::Status BinderIncrementalService::isFullyLoaded(int32_t storageId, int32_t* _aidl_return) { in isFullyLoaded() function in android::os::incremental::BinderIncrementalService