Searched refs:EXTRA_PROGRESS_MAX (Results 1 – 3 of 3) sorted by relevance
1255 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification3644 || !extras.containsKey(EXTRA_PROGRESS_MAX)) { in hasCompletedProgress()3648 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) { in hasCompletedProgress()3651 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()4460 mN.extras.putInt(EXTRA_PROGRESS_MAX, max); in setProgress()5412 final int max = ex.getInt(EXTRA_PROGRESS_MAX, 0); in handleProgressBar()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
6272 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";