/aosp12/packages/apps/Settings/src/com/android/settings/development/ |
H A D | DisableDevSettingsDialogFragment.java | 45 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 D | EnableDevelopmentSettingWarningDialog.java | 36 DevelopmentSettingsDashboardFragment host) { in show() 63 final DevelopmentSettingsDashboardFragment host = in onClick() 64 (DevelopmentSettingsDashboardFragment) getTargetFragment(); in onClick()
|
H A D | AdbPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 33 public AdbPreferenceController(Context context, DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
|
H A D | LogPersistPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 34 DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
|
H A D | DevelopmentSwitchBarController.java | 33 private final DevelopmentSettingsDashboardFragment mSettings; 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
|
H A D | BluetoothA2dpHwOffloadPreferenceController.java | 32 private final DevelopmentSettingsDashboardFragment mFragment; 38 DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
|
H A D | ClearAdbKeysPreferenceController.java | 43 private final DevelopmentSettingsDashboardFragment mFragment; 46 DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
|
H A D | SelectDebugAppPreferenceController.java | 40 private final DevelopmentSettingsDashboardFragment mFragment; 44 DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
|
H A D | MockLocationAppPreferenceController.java | 45 private final DevelopmentSettingsDashboardFragment mFragment; 50 DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
|
H A D | OemUnlockPreferenceController.java | 56 private final DevelopmentSettingsDashboardFragment mFragment; 60 DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
|
H A D | BluetoothA2dpHwOffloadRebootDialog.java | 36 public static void show(DevelopmentSettingsDashboardFragment host, in show()
|
H A D | DevelopmentSettingsDashboardFragment.java | 79 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 D | DevelopmentSettingsDashboardFragmentTest.java | 67 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 D | LogPersistPreferenceControllerTest.java | 48 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | BluetoothA2dpHwOffloadPreferenceControllerTest.java | 47 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | AdbPreferenceControllerTest.java | 53 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | AdbAuthorizationTimeoutPreferenceControllerTest.java | 46 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | DevelopmentSwitchBarControllerTest.java | 54 private DevelopmentSettingsDashboardFragment mSettings;
|
H A D | WirelessDebuggingPreferenceControllerTest.java | 61 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | SelectDebugAppPreferenceControllerTest.java | 58 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | ClearAdbKeysPreferenceControllerTest.java | 62 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | MockLocationAppPreferenceControllerTest.java | 43 private DevelopmentSettingsDashboardFragment mFragment;
|
H A D | OemUnlockPreferenceControllerTest.java | 65 private DevelopmentSettingsDashboardFragment mFragment;
|
/aosp12/packages/services/Car/packages/CarDeveloperOptions/src/com/android/car/developeroptions/ |
H A D | CarDevelopmentSettingsDashboardFragment.java | 36 import com.android.settings.development.DevelopmentSettingsDashboardFragment; 47 public class CarDevelopmentSettingsDashboardFragment extends DevelopmentSettingsDashboardFragment {
|
/aosp12/packages/apps/Settings/src/com/android/settings/dashboard/ |
H A D | DashboardFragmentRegistry.java | 28 import com.android.settings.development.DevelopmentSettingsDashboardFragment; 101 PARENT_TO_CATEGORY_KEY_MAP.put(DevelopmentSettingsDashboardFragment.class.getName(), in DevelopmentSettingsDashboardFragment.class.getName()
|