Searched refs:KEY_BOTH (Results 1 – 1 of 1) sorted by relevance
60 private static final String KEY_BOTH = "use_both"; field in LocationActivity83 mUseBoth = savedInstanceState.getBoolean(KEY_BOTH); in onCreate()122 outState.putBoolean(KEY_BOTH, mUseBoth); in onSaveInstanceState()