Home
last modified time | relevance | path

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

/aosp12/system/vold/
H A DMoveStorage.cpp51 static void notifyProgress(int progress, in notifyProgress() function
82 notifyProgress(startProgress, listener); in execRm()
116 notifyProgress( in execRm()
127 notifyProgress(startProgress, listener); in execCp()
170 notifyProgress( in execCp()
225 notifyProgress(82, listener); in moveStorageInternal()
237 notifyProgress(kMoveSucceeded, listener); in moveStorageInternal()
253 notifyProgress(kMoveFailedInternalError, listener); in moveStorageInternal()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DProgressReporter.java151 notifyProgress(mId, mProgress, mExtras); in setProgress()
193 notifyProgress(mId, mProgress, mExtras); in start()
218 private void notifyProgress(int id, int progress, Bundle extras) { in notifyProgress() method in ProgressReporter