Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java1329 public static final String EXTRA_CHRONOMETER_COUNT_DOWN = "android.chronometerCountDown"; field in Notification
4680 mN.extras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN, countDown); in setChronometerCountDown()
6086 boolean countsDown = mN.extras.getBoolean(EXTRA_CHRONOMETER_COUNT_DOWN); in bindHeaderChronometerAndTime()
6785 publicExtras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN, in makePublicContentView()
6786 savedBundle.getBoolean(EXTRA_CHRONOMETER_COUNT_DOWN)); in makePublicContentView()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6443 field public static final String EXTRA_CHRONOMETER_COUNT_DOWN = "android.chronometerCountDown";