/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DevelopmentSettingsDashboardFragmentTest.java | 66 private DevelopmentSettingsDashboardFragment mDashboard; 74 mDashboard = spy(new DevelopmentSettingsDashboardFragment()); in setUp() 99 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_shouldIndexFromPrefXml() 112 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledBySetting_shouldAddAllKeysToNonIndexable() 126 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageDisabledForNonAdmin_shouldAddAllKeysToNonIndexable() 143 DevelopmentSettingsDashboardFragment.SEARCH_INDEX_DATA_PROVIDER in searchIndex_pageEnabled_shouldNotAddKeysToNonIndexable() 288 protected static void show(DevelopmentSettingsDashboardFragment host) { in show() 297 public static void show(DevelopmentSettingsDashboardFragment host) { in show()
|
/packages/apps/Settings/src/com/android/settings/development/ |
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()
|
D | EnableDevelopmentSettingWarningDialog.java | 36 DevelopmentSettingsDashboardFragment host) { in show() 63 final DevelopmentSettingsDashboardFragment host = in onClick() 64 (DevelopmentSettingsDashboardFragment) getTargetFragment(); in onClick()
|
D | AdbPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 33 public AdbPreferenceController(Context context, DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
|
D | LogPersistPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 34 DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
|
D | DevelopmentSwitchBarController.java | 33 private final DevelopmentSettingsDashboardFragment mSettings; 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
|
D | BluetoothA2dpHwOffloadPreferenceController.java | 32 private final DevelopmentSettingsDashboardFragment mFragment; 38 DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
|
D | ClearAdbKeysPreferenceController.java | 43 private final DevelopmentSettingsDashboardFragment mFragment; 46 DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
|
D | SelectDebugAppPreferenceController.java | 40 private final DevelopmentSettingsDashboardFragment mFragment; 44 DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
|
D | MockLocationAppPreferenceController.java | 44 private final DevelopmentSettingsDashboardFragment mFragment; 49 DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
|
D | OemUnlockPreferenceController.java | 50 private final DevelopmentSettingsDashboardFragment mFragment; 55 DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
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()
|
D | EnableDevelopmentSettingWarningDialog.java | 36 DevelopmentSettingsDashboardFragment host) { in show() 63 final DevelopmentSettingsDashboardFragment host = in onClick() 64 (DevelopmentSettingsDashboardFragment) getTargetFragment(); in onClick()
|
D | AdbPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 33 public AdbPreferenceController(Context context, DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
|
D | LogPersistPreferenceController.java | 31 private final DevelopmentSettingsDashboardFragment mFragment; 34 DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
|
D | DevelopmentSwitchBarController.java | 33 private final DevelopmentSettingsDashboardFragment mSettings; 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
|
D | BluetoothA2dpHwOffloadPreferenceController.java | 32 private final DevelopmentSettingsDashboardFragment mFragment; 38 DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
|
D | ClearAdbKeysPreferenceController.java | 43 private final DevelopmentSettingsDashboardFragment mFragment; 46 DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
|
D | SelectDebugAppPreferenceController.java | 40 private final DevelopmentSettingsDashboardFragment mFragment; 44 DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
|
D | MockLocationAppPreferenceController.java | 44 private final DevelopmentSettingsDashboardFragment mFragment; 49 DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
|
D | OemUnlockPreferenceController.java | 51 private final DevelopmentSettingsDashboardFragment mFragment; 56 DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
|
D | DevelopmentSettingsDashboardFragment.java | 62 public class DevelopmentSettingsDashboardFragment extends RestrictedDashboardFragment class 139 public DevelopmentSettingsDashboardFragment() { in DevelopmentSettingsDashboardFragment() method in DevelopmentSettingsDashboardFragment 402 Activity activity, Lifecycle lifecycle, DevelopmentSettingsDashboardFragment fragment, in buildPreferenceControllers()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/core/gateway/ |
D | SettingsGateway.java | 20 import com.android.car.developeroptions.development.DevelopmentSettingsDashboardFragment; 29 DevelopmentSettingsDashboardFragment.class.getName(),
|
/packages/apps/Settings/src/com/android/settings/dashboard/ |
D | DashboardFragmentRegistry.java | 28 import com.android.settings.development.DevelopmentSettingsDashboardFragment; 97 PARENT_TO_CATEGORY_KEY_MAP.put(DevelopmentSettingsDashboardFragment.class.getName(), in DevelopmentSettingsDashboardFragment.class.getName()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/dashboard/ |
D | DashboardFragmentRegistry.java | 28 import com.android.car.developeroptions.development.DevelopmentSettingsDashboardFragment; 96 PARENT_TO_CATEGORY_KEY_MAP.put(DevelopmentSettingsDashboardFragment.class.getName(), in DevelopmentSettingsDashboardFragment.class.getName()
|