Searched refs:mAppAndContentAccessPref (Results 1 – 2 of 2) sorted by relevance
103 private Preference mAppAndContentAccessPref; field in UserDetailsSettingsTest139 doReturn(mAppAndContentAccessPref) in setUp()342 verify(mAppAndContentAccessPref).setOnPreferenceClickListener(mFragment); in initialize_adminSelectsRestrictedUser_shouldSetupPreferences()469 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canSwitch_shouldSwitch()483 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canNotSwitch_doNothing()498 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeClicked_canDelete_shouldShowDialog()514 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeClicked_canNotDelete_doNothing()530 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()532 mFragment.onPreferenceClick(mAppAndContentAccessPref); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()553 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_unknownPreferenceClicked_doNothing()
78 Preference mAppAndContentAccessPref; field in UserDetailsSettings125 } else if (preference == mAppAndContentAccessPref) { in onPreferenceClick()205 mAppAndContentAccessPref = findPreference(KEY_APP_AND_CONTENT_ACCESS);259 mAppAndContentAccessPref.setOnPreferenceClickListener(this);