/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | PackageStateInternal.java | 84 float getLoadingProgress(); in getLoadingProgress() method
|
/frameworks/base/core/java/android/os/incremental/ |
D | IncrementalStorage.java | 354 public float getLoadingProgress() throws IOException { in getLoadingProgress() method in IncrementalStorage 356 final float res = mService.getLoadingProgress(mId); in getLoadingProgress()
|
D | IIncrementalService.aidl | 127 float getLoadingProgress(int storageId); in getLoadingProgress() method
|
/frameworks/base/core/java/android/content/pm/ |
D | LauncherActivityInfo.java | 112 public @FloatRange(from = 0.0, to = 1.0) float getLoadingProgress() { in getLoadingProgress() method in LauncherActivityInfo
|
/frameworks/base/services/incremental/ |
D | BinderIncrementalService.cpp | 275 binder::Status BinderIncrementalService::getLoadingProgress(int32_t storageId, in getLoadingProgress() function in android::os::incremental::BinderIncrementalService 277 *_aidl_return = mImpl.getLoadingProgress(storageId).getProgress(); in getLoadingProgress()
|
D | BinderIncrementalService.h | 80 binder::Status getLoadingProgress(int32_t storageId, float* _aidl_return) final;
|
D | IncrementalService.h | 187 LoadingProgress getLoadingProgress(StorageId storage) const;
|
D | IncrementalService.cpp | 2211 IncrementalService::LoadingProgress IncrementalService::getLoadingProgress( in getLoadingProgress() function in android::incremental::IncrementalService 2256 const auto progress = getLoadingProgress(storage); in updateLoadingProgress()
|
/frameworks/base/services/incremental/test/ |
D | IncrementalServiceTest.cpp | 1826 ASSERT_EQ(1, mIncrementalService->getLoadingProgress(storageId).getProgress()); in TEST_F() 1838 ASSERT_EQ(-1, mIncrementalService->getLoadingProgress(storageId).getProgress()); in TEST_F() 1850 ASSERT_EQ(1, mIncrementalService->getLoadingProgress(storageId).getProgress()); in TEST_F() 1862 ASSERT_EQ(0.5, mIncrementalService->getLoadingProgress(storageId).getProgress()); in TEST_F()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageSetting.java | 1767 public float getLoadingProgress() {
|
D | Settings.java | 3150 serializer.attributeFloat(null, "loadingProgress", pkg.getLoadingProgress()); 3261 serializer.attributeFloat(null, "loadingProgress", pkg.getLoadingProgress()); 5279 (int) (ps.getLoadingProgress() * 100) + "%");
|
D | PackageManagerService.java | 7073 return new IncrementalStatesInfo(ps.isLoading(), ps.getLoadingProgress(), in getIncrementalStatesInfo()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/services/ |
D | art-wear-profile | 19019 HPLcom/android/server/pm/PackageSetting;->getLoadingProgress()F
|
/frameworks/base/core/api/ |
D | current.txt | 12481 method @FloatRange(from=0.0, to=1.0) public float getLoadingProgress();
|