Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1088 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification
3118 || !extras.containsKey(EXTRA_PROGRESS_MAX)) { in hasCompletedProgress()
3122 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) { in hasCompletedProgress()
3125 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()
3892 mN.extras.putInt(EXTRA_PROGRESS_MAX, max); in setProgress()
4886 final int max = ex.getInt(EXTRA_PROGRESS_MAX, 0); in handleProgressBar()
7983 final int max = mBuilder.mN.extras.getInt(EXTRA_PROGRESS_MAX, 0); in handleInboxImageMargin()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4592 field public static final java.lang.String EXTRA_PROGRESS_MAX = "android.progressMax";
/frameworks/base/non-updatable-api/
Dcurrent.txt5341 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";
/frameworks/base/api/
Dcurrent.txt5341 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";