Home
last modified time | relevance | path

Searched refs:startLoading (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/os/incremental/
DIncrementalFileStorages.java103 result.startLoading(dataLoaderParams, statusListener, healthCheckParams, healthListener, in initialize()
164 public void startLoading( in startLoading() method in IncrementalFileStorages
170 if (!mDefaultStorage.startLoading(dataLoaderParams, statusListener, healthCheckParams, in startLoading()
DIncrementalStorage.java407 public boolean startLoading( in startLoading() method in IncrementalStorage
415 return mService.startLoading(mId, dataLoaderParams.getData(), statusListener, in startLoading()
DIIncrementalService.aidl48 boolean startLoading(int storageId, in startLoading() method
/frameworks/base/services/incremental/test/
DIncrementalServiceTest.cpp933 mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, {}, {}); in TEST_F()
946 mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, {}, {}); in TEST_F()
962 mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, {}, {}); in TEST_F()
1046 mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, {}, {}); in TEST_F()
1158 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
1177 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
1195 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
1213 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
1236 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
1277 ASSERT_TRUE(mIncrementalService->startLoading(storageId, std::move(mDataLoaderParcel), {}, {}, in TEST_F()
[all …]
/frameworks/base/test-runner/src/android/test/
DLoaderTestCase.java81 loader.startLoading(); in getLoaderResultSynchronously()
/frameworks/base/core/java/android/content/
DLoader.java299 public final void startLoading() { in startLoading() method in Loader
/frameworks/base/services/incremental/
DBinderIncrementalService.cpp139 binder::Status BinderIncrementalService::startLoading( in startLoading() function in android::os::incremental::BinderIncrementalService
147 mImpl.startLoading(storageId, const_cast<content::pm::DataLoaderParamsParcel&&>(params), in startLoading()
DBinderIncrementalService.h48 binder::Status startLoading(
DIncrementalService.h161 bool startLoading(StorageId storage, content::pm::DataLoaderParamsParcel dataLoaderParams,
DIncrementalService.cpp788 bool IncrementalService::startLoading(StorageId storageId, in startLoading() function in android::incremental::IncrementalService
/frameworks/base/core/java/android/app/
DLoaderManager.java291 mLoader.startLoading(); in start()
/frameworks/base/services/core/java/com/android/server/pm/
DPackageInstallerSession.java4811 mIncrementalFileStorages.startLoading(params, statusListener, healthCheckParams,
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7982 method public final void startLoading();
/frameworks/base/core/api/
Dcurrent.txt11644 method @Deprecated public final void startLoading();