Home
last modified time | relevance | path

Searched refs:EXTRA_PROGRESS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java1303 public static final String EXTRA_PROGRESS = "android.progress"; field in Notification
4034 if (!extras.containsKey(EXTRA_PROGRESS) in hasCompletedProgress()
4042 return extras.getInt(EXTRA_PROGRESS) == extras.getInt(EXTRA_PROGRESS_MAX); in hasCompletedProgress()
4936 mN.extras.putInt(EXTRA_PROGRESS, progress); in setProgress()
5918 final int progress = ex.getInt(EXTRA_PROGRESS, 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.txt4590 field public static final java.lang.String EXTRA_PROGRESS = "android.progress";
/frameworks/base/core/api/
Dcurrent.txt6465 field public static final String EXTRA_PROGRESS = "android.progress";