/frameworks/base/core/java/android/os/incremental/ |
D | IncrementalFileStorages.java | 103 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()
|
D | IncrementalStorage.java | 407 public boolean startLoading( in startLoading() method in IncrementalStorage 415 return mService.startLoading(mId, dataLoaderParams.getData(), statusListener, in startLoading()
|
D | IIncrementalService.aidl | 48 boolean startLoading(int storageId, in startLoading() method
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 933 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/ |
D | LoaderTestCase.java | 81 loader.startLoading(); in getLoaderResultSynchronously()
|
/frameworks/base/core/java/android/content/ |
D | Loader.java | 299 public final void startLoading() { in startLoading() method in Loader
|
/frameworks/base/services/incremental/ |
D | BinderIncrementalService.cpp | 139 binder::Status BinderIncrementalService::startLoading( in startLoading() function in android::os::incremental::BinderIncrementalService 147 mImpl.startLoading(storageId, const_cast<content::pm::DataLoaderParamsParcel&&>(params), in startLoading()
|
D | BinderIncrementalService.h | 48 binder::Status startLoading(
|
D | IncrementalService.h | 161 bool startLoading(StorageId storage, content::pm::DataLoaderParamsParcel dataLoaderParams,
|
D | IncrementalService.cpp | 788 bool IncrementalService::startLoading(StorageId storageId, in startLoading() function in android::incremental::IncrementalService
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 291 mLoader.startLoading(); in start()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageInstallerSession.java | 4811 mIncrementalFileStorages.startLoading(params, statusListener, healthCheckParams,
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 7982 method public final void startLoading();
|
/frameworks/base/core/api/ |
D | current.txt | 11644 method @Deprecated public final void startLoading();
|