/packages/apps/Settings/src/com/android/settings/notification/app/ |
D | ConversationPromotePreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 35 SettingsPreferenceFragment mHostFragment; 38 SettingsPreferenceFragment hostFragment, in ConversationPromotePreferenceController()
|
D | ConversationDemotePreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 35 SettingsPreferenceFragment mHostFragment; 38 SettingsPreferenceFragment hostFragment, in ConversationDemotePreferenceController()
|
D | SoundPreferenceController.java | 33 import com.android.settings.SettingsPreferenceFragment; 42 private final SettingsPreferenceFragment mFragment; 47 public SoundPreferenceController(Context context, SettingsPreferenceFragment hostFragment, in SoundPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/applications/appinfo/ |
D | AppInfoPreferenceControllerBase.java | 26 import com.android.settings.SettingsPreferenceFragment; 41 private final Class<? extends SettingsPreferenceFragment> mDetailFragmentClass; 85 protected Class<? extends SettingsPreferenceFragment> getDetailFragmentClass() { in getDetailFragmentClass()
|
D | DrawOverlayDetailPreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 51 protected Class<? extends SettingsPreferenceFragment> getDetailFragmentClass() { in getDetailFragmentClass()
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/ |
D | SettingsDialogFragmentTest.java | 42 private SettingsPreferenceFragment.SettingsDialogFragment mDialogFragment; 53 mDialogFragment = SettingsPreferenceFragment.SettingsDialogFragment.newInstance( in testGetMetrics_shouldGetMetricFromDialogCreatable() 67 mDialogFragment = SettingsPreferenceFragment.SettingsDialogFragment.newInstance( in testGetInvalidMetricsValue_shouldCrash()
|
/packages/apps/Settings/src/com/android/settings/enterprise/ |
D | ApplicationListPreferenceController.java | 26 import com.android.settings.SettingsPreferenceFragment; 42 private SettingsPreferenceFragment mParent; 45 PackageManager packageManager, SettingsPreferenceFragment parent) { in ApplicationListPreferenceController()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/ |
D | ApplicationListPreferenceController.java | 28 import com.android.tv.settings.SettingsPreferenceFragment; 47 private SettingsPreferenceFragment mParent; 50 PackageManager packageManager, SettingsPreferenceFragment parent) { in ApplicationListPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | SettingPrefController.java | 29 import com.android.settings.SettingsPreferenceFragment; 42 private SettingsPreferenceFragment mParent; 46 public SettingPrefController(Context context, SettingsPreferenceFragment parent, in SettingPrefController()
|
D | VibrateIconPreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 33 public VibrateIconPreferenceController(Context context, SettingsPreferenceFragment parent, in VibrateIconPreferenceController()
|
D | DialPadTonePreferenceController.java | 24 import com.android.settings.SettingsPreferenceFragment; 32 public DialPadTonePreferenceController(Context context, SettingsPreferenceFragment parent, in DialPadTonePreferenceController()
|
D | ScreenLockSoundPreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 32 public ScreenLockSoundPreferenceController(Context context, SettingsPreferenceFragment parent, in ScreenLockSoundPreferenceController()
|
D | ChargingSoundPreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 32 public ChargingSoundPreferenceController(Context context, SettingsPreferenceFragment parent, in ChargingSoundPreferenceController()
|
D | DockingSoundPreferenceController.java | 25 import com.android.settings.SettingsPreferenceFragment; 32 public DockingSoundPreferenceController(Context context, SettingsPreferenceFragment parent, in DockingSoundPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/security/ |
D | ChangeProfileScreenLockPreferenceController.java | 29 import com.android.settings.SettingsPreferenceFragment; 43 SettingsPreferenceFragment host) { in ChangeProfileScreenLockPreferenceController() 48 SettingsPreferenceFragment host, String key) { in ChangeProfileScreenLockPreferenceController()
|
D | LockUnificationPreferenceController.java | 38 import com.android.settings.SettingsPreferenceFragment; 74 private final SettingsPreferenceFragment mHost; 90 public LockUnificationPreferenceController(Context context, SettingsPreferenceFragment host) { in LockUnificationPreferenceController() 95 Context context, SettingsPreferenceFragment host, String key) { in LockUnificationPreferenceController()
|
D | ChangeScreenLockPreferenceController.java | 28 import com.android.settings.SettingsPreferenceFragment; 45 protected final SettingsPreferenceFragment mHost; 56 public ChangeScreenLockPreferenceController(Context context, SettingsPreferenceFragment host) { in ChangeScreenLockPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/ |
D | SettingsPreferenceFragment.java | 65 public abstract class SettingsPreferenceFragment extends InstrumentedPreferenceFragment class 622 if (mParentFragment != null && mParentFragment instanceof SettingsPreferenceFragment) { in onStart() 623 ((SettingsPreferenceFragment) mParentFragment).onDialogShowing(); in onStart() 645 if (mParentFragment instanceof SettingsPreferenceFragment) { in onCreateDialog() 647 ((SettingsPreferenceFragment) mParentFragment).mDialogFragment = this; in onCreateDialog() 678 if (mParentFragment instanceof SettingsPreferenceFragment) { in onDetach() 680 if (((SettingsPreferenceFragment) mParentFragment).mDialogFragment == this) { in onDetach() 681 ((SettingsPreferenceFragment) mParentFragment).mDialogFragment = null; in onDetach()
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
D | WifiInfo.java | 23 import com.android.settings.SettingsPreferenceFragment; 28 public class WifiInfo extends SettingsPreferenceFragment {
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/shadow/ |
D | ShadowSettingsPreferenceFragment.java | 24 import com.android.settings.SettingsPreferenceFragment; 35 @Implements(SettingsPreferenceFragment.class)
|
/packages/apps/Settings/src/com/android/settings/privatespace/onelock/ |
D | UseOneLockControllerSwitch.java | 41 import com.android.settings.SettingsPreferenceFragment; 59 private final SettingsPreferenceFragment mHost; 73 public UseOneLockControllerSwitch(Context context, SettingsPreferenceFragment host) { in UseOneLockControllerSwitch() 77 public UseOneLockControllerSwitch(Context context, SettingsPreferenceFragment host, in UseOneLockControllerSwitch()
|
D | PrivateSpaceLockController.java | 37 import com.android.settings.SettingsPreferenceFragment; 53 private final SettingsPreferenceFragment mHost; 58 public PrivateSpaceLockController(Context context, SettingsPreferenceFragment host) { in PrivateSpaceLockController()
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
D | NewKeyboardLayoutPickerTitle.java | 24 import com.android.settings.SettingsPreferenceFragment; 27 public class NewKeyboardLayoutPickerTitle extends SettingsPreferenceFragment {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/vendor/ |
D | ChannelsAndInputFragment.java | 24 import com.android.tv.settings.SettingsPreferenceFragment; 31 public class ChannelsAndInputFragment extends SettingsPreferenceFragment {
|
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/ |
D | InteractAcrossProfilesDetailsPreferenceController.java | 24 import com.android.settings.SettingsPreferenceFragment; 47 protected Class<? extends SettingsPreferenceFragment> getDetailFragmentClass() { in getDetailFragmentClass()
|