Searched refs:EXTRA_SHOW_SYSTEM (Results 1 – 2 of 2) sorted by relevance
48 private static final String EXTRA_SHOW_SYSTEM = "show_system"; field in UnrestrictedDataAccess68 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()100 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
110 private static final String EXTRA_SHOW_SYSTEM = "showSystem"; field in ManageApplications283 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()451 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()