Searched refs:EXTRA_SHOW_SYSTEM (Results 1 – 4 of 4) sorted by relevance
38 private static final String EXTRA_SHOW_SYSTEM = "show_system"; field in UnrestrictedDataAccess46 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()78 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
43 private static final String EXTRA_SHOW_SYSTEM = "show_system"; field in UnrestrictedDataAccess51 mShowSystem = icicle != null && icicle.getBoolean(EXTRA_SHOW_SYSTEM); in onCreate()83 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
148 private static final String EXTRA_SHOW_SYSTEM = "showSystem"; field in ManageApplications311 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()499 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()
159 private static final String EXTRA_SHOW_SYSTEM = "showSystem"; field in ManageApplications350 mShowSystem = savedInstanceState.getBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onCreate()563 outState.putBoolean(EXTRA_SHOW_SYSTEM, mShowSystem); in onSaveInstanceState()