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

/frameworks/base/core/java/android/app/
H A DNotification.java1054 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in class:Notification
2985 || !extras.containsKey(EXTRA_PROGRESS_MAX)) {
2989 if (extras.getInt(EXTRA_PROGRESS_MAX) == 0) {
2992 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX);
3635 mN.extras.putInt(EXTRA_PROGRESS_MAX, max);
4574 final int max = ex.getInt(EXTRA_PROGRESS_MAX, 0);
7653 final int max = mBuilder.mN.extras.getInt(EXTRA_PROGRESS_MAX, 0);
/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java317 public static final String EXTRA_PROGRESS_MAX = "android.progressMax"; field in class:NotificationCompat

Completed in 54 milliseconds