Home
last modified time | relevance | path

Searched defs:progress (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/print/src/android/print/cts/
DPrintServicesTest.java207 private void setProgressAndStatus(final float progress, final CharSequence status) in setProgressAndStatus()
223 private void progress(float progress, CharSequence status) throws Throwable { in progress() method
/cts/tests/tests/os/src/android/os/image/cts/
DDynamicSystemClientTest.java43 public void onStatusChanged(int status, int cause, long progress, Throwable detail) { in onStatusChanged()
/cts/hostsidetests/packagemanager/installedloadingprogess/deviceside/src/com/android/tests/loadingprogress/device/
DLoadingProgressTest.java118 final float progress = activity.getLoadingProgress(); in checkLoadingProgress() local
173 @NonNull UserHandle user, float progress) { in onPackageLoadingProgressChanged()
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java245 int progress = 10; in testAccessMax() local
274 int progress = -5; in testAccessMin() local
DProgressBarTest.java418 int progress = 10; in testAccessMax() local
DRemoteViewsTest.java407 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetProgressBar() local
571 ProgressBar progress = (ProgressBar) mResult.findViewById(R.id.remoteView_progress); in testSetBoolean() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
DDetermineFovActivity.java132 private float seekBarProgressToFovDegrees(int progress) { in seekBarProgressToFovDegrees()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsTestActivity.java264 StringBuilder progress = new StringBuilder(); in onReceive() local
/cts/tests/tests/carrierapi/src/android/carrierapi/cts/
DBugreportManagerTest.java302 public synchronized void onProgress(float progress) { in onProgress()
/cts/libs/deviceutillegacy/src/android/webkit/cts/
DWebViewSyncLoader.java165 public synchronized void onProgressChanged(int progress) { in onProgressChanged()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java124 public void onProgressChanged(int sessionId, float progress) { in onProgressChanged()