Searched refs:EXTRA_PROGRESS_MAX (Results 1 – 4 of 4) sorted by relevance
1088 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification3118 || !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()
4592 field public static final java.lang.String EXTRA_PROGRESS_MAX = "android.progressMax";
5341 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";