Searched refs:publicExtras (Results 1 – 1 of 1) sorted by relevance
5601 Bundle publicExtras = new Bundle(); in makePublicContentView() local5602 publicExtras.putBoolean(EXTRA_SHOW_WHEN, in makePublicContentView()5604 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER, in makePublicContentView()5606 publicExtras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN, in makePublicContentView()5610 publicExtras.putString(EXTRA_SUBSTITUTE_APP_NAME, appName); in makePublicContentView()5612 mN.extras = publicExtras; in makePublicContentView()