Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java3687 Bundle publicExtras = new Bundle(); in makePublicContentView() local
3688 publicExtras.putBoolean(EXTRA_SHOW_WHEN, in makePublicContentView()
3690 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER, in makePublicContentView()
3692 publicExtras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN, in makePublicContentView()
3694 publicExtras.putCharSequence(EXTRA_TITLE, in makePublicContentView()
3696 mN.extras = publicExtras; in makePublicContentView()