Searched refs:publicExtras (Results 1 – 1 of 1) sorted by relevance
6203 Bundle publicExtras = new Bundle(); in makePublicContentView() local6204 publicExtras.putBoolean(EXTRA_SHOW_WHEN, in makePublicContentView()6206 publicExtras.putBoolean(EXTRA_SHOW_CHRONOMETER, in makePublicContentView()6208 publicExtras.putBoolean(EXTRA_CHRONOMETER_COUNT_DOWN, in makePublicContentView()6212 publicExtras.putString(EXTRA_SUBSTITUTE_APP_NAME, appName); in makePublicContentView()6214 mN.extras = publicExtras; in makePublicContentView()