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 StkMenuActivity324 outState.putBoolean(ACCEPT_USERS_INPUT_KEY, mAcceptUsersInput); in onSaveInstanceState()333 mAcceptUsersInput = savedInstanceState.getBoolean(ACCEPT_USERS_INPUT_KEY); in onRestoreInstanceState()