Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/util/
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