Home
last modified time | relevance | path

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

/cts/hostsidetests/packagemanager/installedloadingprogess/deviceside/src/com/android/tests/loadingprogress/device/
DLoadingProgressTest.java97 checkLoadingProgress(loadingProgress -> loadingProgress < 1.0f && loadingProgress > 0); in testGetPartialLoadingProgress()
118 checkLoadingProgress(loadingProgress -> (1 - loadingProgress) < 0.001f); in testGetFullLoadingProgress()
121 private void checkLoadingProgress(Predicate<Float> progressCondition) { in checkLoadingProgress() method in LoadingProgressTest