Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java1255 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification
3644 || !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()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6272 field public static final String EXTRA_PROGRESS_MAX = "android.progressMax";