Home | History | Annotate | Download | only in dialer

Lines Matching refs:getBoolean

314             mInRegularSearch = savedInstanceState.getBoolean(KEY_IN_REGULAR_SEARCH_UI);
315 mInDialpadSearch = savedInstanceState.getBoolean(KEY_IN_DIALPAD_SEARCH_UI);
316 mFirstLaunch = savedInstanceState.getBoolean(KEY_FIRST_LAUNCH);
1090 return getResources().getBoolean(R.bool.config_show_onscreen_dial_button);