Searched refs:getLoadingProgress (Results 1 – 9 of 9) sorted by relevance
89 public @FloatRange(from = 0.0, to = 1.0) float getLoadingProgress() { in getLoadingProgress() method in LauncherActivityInfo
353 public float getLoadingProgress() throws IOException { in getLoadingProgress() method in IncrementalStorage355 final float res = mService.getLoadingProgress(mId); in getLoadingProgress()
127 float getLoadingProgress(int storageId); in getLoadingProgress() method
272 binder::Status BinderIncrementalService::getLoadingProgress(int32_t storageId, in getLoadingProgress() function in android::os::incremental::BinderIncrementalService274 *_aidl_return = mImpl.getLoadingProgress(storageId).getProgress(); in getLoadingProgress()
80 binder::Status getLoadingProgress(int32_t storageId, float* _aidl_return) final;
187 LoadingProgress getLoadingProgress(StorageId storage) const;
2191 IncrementalService::LoadingProgress IncrementalService::getLoadingProgress( in getLoadingProgress() function in android::incremental::IncrementalService2236 const auto progress = getLoadingProgress(storage); in updateLoadingProgress()
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()
12196 method @FloatRange(from=0.0, to=1.0) public float getLoadingProgress();