Searched refs:mAppAndContentAccessPref (Results 1 – 2 of 2) sorted by relevance
106 private Preference mAppAndContentAccessPref; field in UserDetailsSettingsTest145 doReturn(mAppAndContentAccessPref) in setUp()348 verify(mAppAndContentAccessPref).setOnPreferenceClickListener(mFragment); in initialize_adminSelectsRestrictedUser_shouldSetupPreferences()475 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canSwitch_shouldSwitch()491 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchToGuestClicked_canSwitch_shouldSwitch()506 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canNotSwitch_doNothing()521 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeClicked_canDelete_shouldShowDialog()537 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeClicked_canNotDelete_doNothing()553 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()555 mFragment.onPreferenceClick(mAppAndContentAccessPref); in onPreferenceClick_selectRestrictedUser_appAndContentAccessClicked_startActivity()[all …]
85 Preference mAppAndContentAccessPref; field in UserDetailsSettings142 } else if (preference == mAppAndContentAccessPref) { in onPreferenceClick()243 mAppAndContentAccessPref = findPreference(KEY_APP_AND_CONTENT_ACCESS);303 mAppAndContentAccessPref.setOnPreferenceClickListener(this);