Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1081 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in Notification
3111 || !extras.containsKey(EXTRA_PROGRESS_MAX)) { in hasCompletedProgress()
3115 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) { in hasCompletedProgress()
3118 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()
3889 mN.extras.putInt(EXTRA_PROGRESS_MAX, max); in setProgress()
4878 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...