Home
last modified time | relevance | path

Searched refs:mAppAndContentAccessPref (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/users/
DUserDetailsSettingsTest.java114 private Preference mAppAndContentAccessPref; field in UserDetailsSettingsTest
156 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 …]
/packages/apps/Settings/src/com/android/settings/users/
DUserDetailsSettings.java94 Preference mAppAndContentAccessPref; field in UserDetailsSettings
167 } else if (preference == mAppAndContentAccessPref) { in onPreferenceClick()
347 mAppAndContentAccessPref = findPreference(KEY_APP_AND_CONTENT_ACCESS);
422 mAppAndContentAccessPref.setOnPreferenceClickListener(this);