Searched defs:EXTRA_SHOW_CHRONOMETER (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java330 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:NotificationCompat
/frameworks/base/core/java/android/app/
H A DNotification.java1067 public static final String EXTRA_SHOW_CHRONOMETER = "android.showChronometer"; field in class:Notification
1071 * instead of counting up. Is only relevant if key {@link #EXTRA_SHOW_CHRONOMETER} is present.
3431 mN.extras.putBoolean(EXTRA_SHOW_CHRONOMETER, b);
4737 if (mN.extras.getBoolean(EXTRA_SHOW_CHRONOMETER)) {
5149 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER,
5150 savedBundle.getBoolean(EXTRA_SHOW_CHRONOMETER));
5948 return when != 0 && extras.getBoolean(EXTRA_SHOW_CHRONOMETER);

Completed in 51 milliseconds