Home
last modified time | relevance | path

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

12

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DDevelopmentSettingsDashboardFragmentTest.java69 private DevelopmentSettingsDashboardFragment mDashboard;
76 mDashboard = spy(new DevelopmentSettingsDashboardFragment()); in setUp()
101 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_shouldIndexFromPrefXml()
115 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledBySetting_shouldAddAllKeysToNonIndexable()
130 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledForNonAdmin_shouldAddAllKeysToNonIndexable()
149 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageEnabled_shouldNotAddKeysToNonIndexable()
303 protected static void show(DevelopmentSettingsDashboardFragment host) { in show()
312 public static void show(DevelopmentSettingsDashboardFragment host) { in show()
/packages/apps/Settings/src/com/android/settings/development/
DDisableDevSettingsDialogFragment.java80 if (!(fragment instanceof DevelopmentSettingsDashboardFragment) in onClick()
85 if (fragment instanceof DevelopmentSettingsDashboardFragment) { in onClick()
86 final DevelopmentSettingsDashboardFragment host = in onClick()
87 (DevelopmentSettingsDashboardFragment) fragment; in onClick()
DEnableDevelopmentSettingWarningDialog.java36 DevelopmentSettingsDashboardFragment host) { in show()
63 final DevelopmentSettingsDashboardFragment host = in onClick()
64 (DevelopmentSettingsDashboardFragment) getTargetFragment(); in onClick()
DAdbPreferenceController.java31 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
34 @Nullable DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
DLogPersistPreferenceController.java31 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
34 @Nullable DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
DDevelopmentSwitchBarController.java33 private final DevelopmentSettingsDashboardFragment mSettings;
35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
DBackAnimationPreferenceController.java43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
53 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BackAnimationPreferenceController()
DFreeformWindowsPreferenceController.java43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
46 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in FreeformWindowsPreferenceController()
DDesktopModePreferenceController.java45 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
48 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in DesktopModePreferenceController()
DClearAdbKeysPreferenceController.java44 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
47 @Nullable DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
DBluetoothLeAudioPreferenceController.java49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
58 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioPreferenceController()
DBluetoothA2dpHwOffloadPreferenceController.java36 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
45 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
DNfcVerboseVendorLogPreferenceController.java49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
52 @Nullable DevelopmentSettingsDashboardFragment fragment) { in NfcVerboseVendorLogPreferenceController()
DNfcSnoopLogPreferenceController.java49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
52 @Nullable DevelopmentSettingsDashboardFragment fragment) { in NfcSnoopLogPreferenceController()
DBluetoothLeAudioModePreferenceController.java50 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
62 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioModePreferenceController()
DBluetoothLeAudioHwOffloadPreferenceController.java43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
57 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioHwOffloadPreferenceController()
DBluetoothSnoopLogPreferenceController.java46 @Nullable private DevelopmentSettingsDashboardFragment mFragment;
49 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothSnoopLogPreferenceController()
DSelectDebugAppPreferenceController.java44 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
48 @Nullable DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
DOemUnlockPreferenceController.java58 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
62 @Nullable DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
DMockLocationAppPreferenceController.java49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
54 @Nullable DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverEnableAngleAsSystemDriverController.java33 import com.android.settings.development.DevelopmentSettingsDashboardFragment;
49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment;
87 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) {
100 … Context context, @Nullable DevelopmentSettingsDashboardFragment fragment, Injector injector) {
/packages/apps/Settings/src/com/android/settings/system/
DDeveloperOptionsController.kt33 import com.android.settings.development.DevelopmentSettingsDashboardFragment
75 setDestination(DevelopmentSettingsDashboardFragment::class.qualifiedName) in DeveloperOptionsPreference()
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/system/
DDeveloperOptionsControllerTest.kt30 import com.android.settings.development.DevelopmentSettingsDashboardFragment
107 .isEqualTo(DevelopmentSettingsDashboardFragment::class.qualifiedName) in onClick_launchDevelopmentSettingsDashboardFragment()
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/graphicsdriver/
DGraphicsDriverEnableAngleAsSystemDriverControllerTest.java40 import com.android.settings.development.DevelopmentSettingsDashboardFragment;
61 @Mock private DevelopmentSettingsDashboardFragment mFragment;
/packages/services/Car/packages/CarDeveloperOptions/src/com/android/car/developeroptions/
DCarDevelopmentSettingsDashboardFragment.java36 import com.android.settings.development.DevelopmentSettingsDashboardFragment;
49 public class CarDevelopmentSettingsDashboardFragment extends DevelopmentSettingsDashboardFragment {

12