Searched refs:EXTRA_PROGRESS_MAX (Results 1 – 4 of 4) sorted by relevance
1309 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification4035 || !extras.containsKey(EXTRA_PROGRESS_MAX)) { in hasCompletedProgress()4039 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) { in hasCompletedProgress()4042 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()4937 mN.extras.putInt(EXTRA_PROGRESS_MAX, max); in setProgress()5917 final int max = ex.getInt(EXTRA_PROGRESS_MAX, 0); in handleProgressBar()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4592 field public static final java.lang.String EXTRA_PROGRESS_MAX = "android.progressMax";
6467 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";