Searched refs:mDetailsPreference (Results 1 – 1 of 1) sorted by relevance
83 private AutoTwoTargetPreference mDetailsPreference; field in AutoAppPermissionFragment208 mDetailsPreference = new AutoTwoTargetPreference(getContext()); in onViewCreated()209 screen.addPreference(mDetailsPreference); in onViewCreated()267 mDetailsPreference.setOnSecondTargetClickListener(null); in updateUi()268 mDetailsPreference.setVisible(false); in updateUi()314 mDetailsPreference.setWidgetLayoutResource(R.layout.info_preference_widget); in updateUi()315 mDetailsPreference.setOnSecondTargetClickListener( in updateUi()325 mDetailsPreference.setWidgetLayoutResource(R.layout.settings_preference_widget); in updateUi()326 mDetailsPreference.setOnSecondTargetClickListener( in updateUi()472 mDetailsPreference.setSummary(getContext().getString(resId, revokedCount)); in updateDetailForIndividuallyControlledPermissionGroup()[all …]