Home
last modified time | relevance | path

Searched refs:TwoTargetPreference (Results 1 – 25 of 30) sorted by relevance

12

/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/
DTwoTargetPreference.java33 public abstract class TwoTargetPreference extends Preference { class
35 public TwoTargetPreference(@NonNull Context context, @Nullable AttributeSet attrs, in TwoTargetPreference() method in TwoTargetPreference
40 public TwoTargetPreference(@NonNull Context context, @Nullable AttributeSet attrs, in TwoTargetPreference() method in TwoTargetPreference
45 public TwoTargetPreference(@NonNull Context context, @Nullable AttributeSet attrs) { in TwoTargetPreference() method in TwoTargetPreference
49 public TwoTargetPreference(@NonNull Context context) { in TwoTargetPreference() method in TwoTargetPreference
71 void onSecondTargetClick(@NonNull TwoTargetPreference preference); in onSecondTargetClick()
DDefaultAppListChildFragment.java165 TwoTargetPreference preference = (TwoTargetPreference) oldPreferences.get( in addPreferences()
284 TwoTargetPreference createPreference(@NonNull Context context); in createPreference()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/defaultapps/
DDefaultAppPreferenceControllerTest.java19 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_MEDIUM;
31 import com.android.settingslib.TwoTargetPreference;
84 final TwoTargetPreference pref = mock(TwoTargetPreference.class); in updateState_twoTargetPref_shouldUseMediumIcon()
/packages/apps/Settings/src/com/android/settings/applications/defaultapps/
DDefaultAppPreferenceController.java19 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_MEDIUM;
36 import com.android.settingslib.TwoTargetPreference;
61 if (preference instanceof TwoTargetPreference) { in updateState()
65 ((TwoTargetPreference) preference).setIconSize(ICON_SIZE_MEDIUM); in updateState()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/defaultapps/
DDefaultAppPreferenceController.java19 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_MEDIUM;
36 import com.android.settingslib.TwoTargetPreference;
61 if (preference instanceof TwoTargetPreference) { in updateState()
65 ((TwoTargetPreference) preference).setIconSize(ICON_SIZE_MEDIUM); in updateState()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/
DSpecialAppAccessListChildFragment.java38 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
101 TwoTargetPreference preference = (TwoTargetPreference) oldPreferences.get( in onRoleListChanged()
153 TwoTargetPreference createPreference(@NonNull Context context); in createPreference()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/model/
DHomeRoleBehavior.java38 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
102 public void preparePreferenceAsUser(@NonNull Role role, @NonNull TwoTargetPreference preference, in preparePreferenceAsUser()
104 TwoTargetPreference.OnSecondTargetClickListener listener = null; in preparePreferenceAsUser()
DRoleBehavior.java28 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
88 @NonNull TwoTargetPreference preference, @NonNull UserHandle user, in preparePreferenceAsUser()
DRole.java41 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
484 public void preparePreferenceAsUser(@NonNull TwoTargetPreference preference, in preparePreferenceAsUser()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
DAutoSettingsPreference.java25 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
31 public class AutoSettingsPreference extends TwoTargetPreference {
DAutoDefaultAppListFragment.java28 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
61 public TwoTargetPreference createPreference(@NonNull Context context) { in createPreference()
DAutoSpecialAppAccessListFragment.java27 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
62 public TwoTargetPreference createPreference(@NonNull Context context) { in createPreference()
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DHandheldDefaultAppListFragment.java28 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
71 public TwoTargetPreference createPreference(@NonNull Context context) { in createPreference()
DHandHeldTwoTargetPreference.java31 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
36 abstract class HandHeldTwoTargetPreference extends TwoTargetPreference {
/packages/apps/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/
DHandheldSpecialAppAccessListFragment.java27 import com.android.permissioncontroller.role.ui.TwoTargetPreference;
74 public TwoTargetPreference createPreference(@NonNull Context context) { in createPreference()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DMasterSwitchPreference.java29 import com.android.settingslib.TwoTargetPreference;
35 public class MasterSwitchPreference extends TwoTargetPreference {
DMasterCheckBoxPreference.java28 import com.android.settingslib.TwoTargetPreference;
34 public class MasterCheckBoxPreference extends TwoTargetPreference {
/packages/apps/Settings/src/com/android/settings/widget/
DMasterCheckBoxPreference.java28 import com.android.settingslib.TwoTargetPreference;
34 public class MasterCheckBoxPreference extends TwoTargetPreference {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DChannelSummaryPreference.java27 import com.android.settingslib.TwoTargetPreference;
32 public class ChannelSummaryPreference extends TwoTargetPreference {
DZenCustomRadioButtonPreference.java27 import com.android.settingslib.TwoTargetPreference;
32 public class ZenCustomRadioButtonPreference extends TwoTargetPreference
DZenRulePreference.java36 import com.android.settingslib.TwoTargetPreference;
41 public class ZenRulePreference extends TwoTargetPreference {
/packages/apps/Settings/src/com/android/settings/notification/zen/
DZenCustomRadioButtonPreference.java27 import com.android.settingslib.TwoTargetPreference;
32 public class ZenCustomRadioButtonPreference extends TwoTargetPreference
DZenRulePreference.java36 import com.android.settingslib.TwoTargetPreference;
41 public class ZenRulePreference extends TwoTargetPreference {
/packages/apps/Settings/src/com/android/settings/notification/
DRecentNotifyingAppsPreferenceController.java43 import com.android.settingslib.TwoTargetPreference;
256 pref.setIconSize(TwoTargetPreference.ICON_SIZE_SMALL); in displayRecentApps()
/packages/apps/Settings/tests/robotests/src/com/android/settings/accounts/
DProviderPreferenceTest.java19 import static com.android.settingslib.TwoTargetPreference.ICON_SIZE_MEDIUM;

12