Searched refs:mAppAndContentAccessPref (Results 1 – 2 of 2) sorted by relevance
114 private Preference mAppAndContentAccessPref; field in UserDetailsSettingsTest156 doReturn(mAppAndContentAccessPref) in setUp()368 verify(mAppAndContentAccessPref).setOnPreferenceClickListener(mFragment); in initialize_adminSelectsRestrictedUser_shouldSetupPreferences()485 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canSwitch_shouldSwitch()501 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchToRestrictedClicked_canSwitch_shouldSwitch()517 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchToGuestClicked_canSwitch_shouldSwitch()532 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_switchClicked_canNotSwitch_doNothing()548 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeGuestClicked_canDelete_shouldShowDialog()566 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeRestrictedClicked_canDelete_shouldShowDialog()585 mFragment.mAppAndContentAccessPref = mAppAndContentAccessPref; in onPreferenceClick_removeClicked_canDelete_shouldShowDialog()[all …]
94 Preference mAppAndContentAccessPref; field in UserDetailsSettings167 } else if (preference == mAppAndContentAccessPref) { in onPreferenceClick()347 mAppAndContentAccessPref = findPreference(KEY_APP_AND_CONTENT_ACCESS);422 mAppAndContentAccessPref.setOnPreferenceClickListener(this);