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.java1309 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification
4035 || !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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4592 field public static final java.lang.String EXTRA_PROGRESS_MAX = "android.progressMax";
/frameworks/base/core/api/
Dcurrent.txt6467 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";