Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1210 public static final String EXTRA_PROGRESS = "android.progress"; field in Notification
3488 if (!extras.containsKey(EXTRA_PROGRESS) in hasCompletedProgress()
3496 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()
4300 mN.extras.putInt(EXTRA_PROGRESS, progress); in setProgress()
5243 final int progress = ex.getInt(EXTRA_PROGRESS, 0); in handleProgressBar()
/frameworks/base/core/api/
Dcurrent.txt5705 field public static final String EXTRA_PROGRESS = "android.progress";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4590 field public static final java.lang.String EXTRA_PROGRESS = "android.progress";