Home
last modified time | relevance | path

Searched refs:DevelopmentSettingsDashboardFragment (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/packages/apps/Settings/src/com/android/settings/development/
H A DDisableDevSettingsDialogFragment.java45 public static void show(DevelopmentSettingsDashboardFragment host) { in show()
74 if (!(fragment instanceof DevelopmentSettingsDashboardFragment)){ in onClick()
78 final DevelopmentSettingsDashboardFragment host = in onClick()
79 (DevelopmentSettingsDashboardFragment) fragment; in onClick()
H A DEnableDevelopmentSettingWarningDialog.java36 DevelopmentSettingsDashboardFragment host) { in show()
63 final DevelopmentSettingsDashboardFragment host = in onClick()
64 (DevelopmentSettingsDashboardFragment) getTargetFragment(); in onClick()
H A DAdbPreferenceController.java31 private final DevelopmentSettingsDashboardFragment mFragment;
33 public AdbPreferenceController(Context context, DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
H A DLogPersistPreferenceController.java31 private final DevelopmentSettingsDashboardFragment mFragment;
34 DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
H A DDevelopmentSwitchBarController.java33 private final DevelopmentSettingsDashboardFragment mSettings;
35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
H A DBluetoothA2dpHwOffloadPreferenceController.java32 private final DevelopmentSettingsDashboardFragment mFragment;
38 DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
H A DClearAdbKeysPreferenceController.java43 private final DevelopmentSettingsDashboardFragment mFragment;
46 DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
H A DSelectDebugAppPreferenceController.java40 private final DevelopmentSettingsDashboardFragment mFragment;
44 DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
H A DMockLocationAppPreferenceController.java45 private final DevelopmentSettingsDashboardFragment mFragment;
50 DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
H A DOemUnlockPreferenceController.java56 private final DevelopmentSettingsDashboardFragment mFragment;
60 DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
H A DBluetoothA2dpHwOffloadRebootDialog.java36 public static void show(DevelopmentSettingsDashboardFragment host, in show()
H A DDevelopmentSettingsDashboardFragment.java79 public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFragment class
171 public DevelopmentSettingsDashboardFragment() { in DevelopmentSettingsDashboardFragment() method in DevelopmentSettingsDashboardFragment
468 Activity activity, Lifecycle lifecycle, DevelopmentSettingsDashboardFragment fragment, in buildPreferenceControllers()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
H A DDevelopmentSettingsDashboardFragmentTest.java67 private DevelopmentSettingsDashboardFragment mDashboard;
75 mDashboard = spy(new DevelopmentSettingsDashboardFragment()); in setUp()
100 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_shouldIndexFromPrefXml()
113 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledBySetting_shouldAddAllKeysToNonIndexable()
127 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledForNonAdmin_shouldAddAllKeysToNonIndexable()
146 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageEnabled_shouldNotAddKeysToNonIndexable()
291 protected static void show(DevelopmentSettingsDashboardFragment host) { in show()
300 public static void show(DevelopmentSettingsDashboardFragment host) { in show()
H A DLogPersistPreferenceControllerTest.java48 private DevelopmentSettingsDashboardFragment mFragment;
H A DBluetoothA2dpHwOffloadPreferenceControllerTest.java47 private DevelopmentSettingsDashboardFragment mFragment;
H A DAdbPreferenceControllerTest.java53 private DevelopmentSettingsDashboardFragment mFragment;
H A DAdbAuthorizationTimeoutPreferenceControllerTest.java46 private DevelopmentSettingsDashboardFragment mFragment;
H A DDevelopmentSwitchBarControllerTest.java54 private DevelopmentSettingsDashboardFragment mSettings;
H A DWirelessDebuggingPreferenceControllerTest.java61 private DevelopmentSettingsDashboardFragment mFragment;
H A DSelectDebugAppPreferenceControllerTest.java58 private DevelopmentSettingsDashboardFragment mFragment;
H A DClearAdbKeysPreferenceControllerTest.java62 private DevelopmentSettingsDashboardFragment mFragment;
H A DMockLocationAppPreferenceControllerTest.java43 private DevelopmentSettingsDashboardFragment mFragment;
H A DOemUnlockPreferenceControllerTest.java65 private DevelopmentSettingsDashboardFragment mFragment;
/aosp12/packages/services/Car/packages/CarDeveloperOptions/src/com/android/car/developeroptions/
H A DCarDevelopmentSettingsDashboardFragment.java36 import com.android.settings.development.DevelopmentSettingsDashboardFragment;
47 public class CarDevelopmentSettingsDashboardFragment extends DevelopmentSettingsDashboardFragment {
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/
H A DDashboardFragmentRegistry.java28 import com.android.settings.development.DevelopmentSettingsDashboardFragment;
101 PARENT_TO_CATEGORY_KEY_MAP.put(DevelopmentSettingsDashboardFragment.class.getName(), in DevelopmentSettingsDashboardFragment.class.getName()

12