Searched refs:EXTRA_PROGRESS (Results 1 – 3 of 3) sorted by relevance
1210 public static final String EXTRA_PROGRESS = "android.progress"; field in Notification3488 if (!extras.containsKey(EXTRA_PROGRESS) in hasCompletedProgress()3496 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()4300 mN.extras.putInt(EXTRA_PROGRESS, progress); in setProgress()5243 final int progress = ex.getInt(EXTRA_PROGRESS, 0); in handleProgressBar()
5705 field public static final String EXTRA_PROGRESS = "android.progress";
4590 field public static final java.lang.String EXTRA_PROGRESS = "android.progress";