Home
last modified time | relevance | path

Searched refs:RestrictionAwarePreferenceMixin (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/
DRestrictionAwarePreferenceMixin.java29 public class RestrictionAwarePreferenceMixin { class
31 private static final String LOG_TAG = RestrictionAwarePreferenceMixin.class.getSimpleName();
39 public RestrictionAwarePreferenceMixin(@NonNull Preference preference) { in RestrictionAwarePreferenceMixin() method in RestrictionAwarePreferenceMixin
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/handheld/
DHandheldRadioPreference.java27 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
37 private final RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
38 new RestrictionAwarePreferenceMixin(this);
DHandheldRolePreference.java32 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
44 private final RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
45 new RestrictionAwarePreferenceMixin(this);
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/auto/
DAutoRadioPreference.java30 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
37 private final RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
38 new RestrictionAwarePreferenceMixin(this);
DAutoSwitchPreference.java30 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
39 private RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
40 new RestrictionAwarePreferenceMixin(this);
DAutoRolePreference.java30 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
40 private RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
41 new RestrictionAwarePreferenceMixin(this);
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/role/ui/specialappaccess/handheld/
DHandheldSwitchPreference.java29 import com.android.permissioncontroller.role.ui.RestrictionAwarePreferenceMixin;
37 private RestrictionAwarePreferenceMixin mRestrictionAwarePreferenceMixin =
38 new RestrictionAwarePreferenceMixin(this);