Searched refs:ACCEPT_USERS_INPUT_KEY (Results 1 – 1 of 1) sorted by relevance
70 private static final String ACCEPT_USERS_INPUT_KEY = "accept_users_input"; field in StkMenuActivity325 outState.putBoolean(ACCEPT_USERS_INPUT_KEY, mAcceptUsersInput); in onSaveInstanceState()334 mAcceptUsersInput = savedInstanceState.getBoolean(ACCEPT_USERS_INPUT_KEY); in onRestoreInstanceState()