Searched refs:mUseBoth (Results 1 - 1 of 1) sorted by relevance

/development/samples/training/location-aware/src/com/example/android/location/
H A DLocationActivity.java56 private boolean mUseBoth; field in class:LocationActivity
83 mUseBoth = savedInstanceState.getBoolean(KEY_BOTH);
86 mUseBoth = false;
122 outState.putBoolean(KEY_BOTH, mUseBoth);
181 } else if (mUseBoth) {
228 mUseBoth = false;
235 mUseBoth = true;

Completed in 66 milliseconds