/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | DevelopmentSettingsDashboardFragmentTest.java | 69 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/ |
D | DisableDevSettingsDialogFragment.java | 80 if (!(fragment instanceof DevelopmentSettingsDashboardFragment) in onClick() 85 if (fragment instanceof DevelopmentSettingsDashboardFragment) { in onClick() 86 final DevelopmentSettingsDashboardFragment host = in onClick() 87 (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 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 34 @Nullable DevelopmentSettingsDashboardFragment fragment) { in AdbPreferenceController()
|
D | LogPersistPreferenceController.java | 31 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 34 @Nullable DevelopmentSettingsDashboardFragment fragment, Lifecycle lifecycle) { in LogPersistPreferenceController()
|
D | DevelopmentSwitchBarController.java | 33 private final DevelopmentSettingsDashboardFragment mSettings; 35 public DevelopmentSwitchBarController(@NonNull DevelopmentSettingsDashboardFragment settings, in DevelopmentSwitchBarController()
|
D | BackAnimationPreferenceController.java | 43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 53 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BackAnimationPreferenceController()
|
D | FreeformWindowsPreferenceController.java | 43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 46 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in FreeformWindowsPreferenceController()
|
D | DesktopModePreferenceController.java | 45 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 48 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in DesktopModePreferenceController()
|
D | ClearAdbKeysPreferenceController.java | 44 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 47 @Nullable DevelopmentSettingsDashboardFragment fragment) { in ClearAdbKeysPreferenceController()
|
D | BluetoothLeAudioPreferenceController.java | 49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 58 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioPreferenceController()
|
D | BluetoothA2dpHwOffloadPreferenceController.java | 36 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 45 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothA2dpHwOffloadPreferenceController()
|
D | NfcVerboseVendorLogPreferenceController.java | 49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 52 @Nullable DevelopmentSettingsDashboardFragment fragment) { in NfcVerboseVendorLogPreferenceController()
|
D | NfcSnoopLogPreferenceController.java | 49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 52 @Nullable DevelopmentSettingsDashboardFragment fragment) { in NfcSnoopLogPreferenceController()
|
D | BluetoothLeAudioModePreferenceController.java | 50 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 62 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioModePreferenceController()
|
D | BluetoothLeAudioHwOffloadPreferenceController.java | 43 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 57 @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothLeAudioHwOffloadPreferenceController()
|
D | BluetoothSnoopLogPreferenceController.java | 46 @Nullable private DevelopmentSettingsDashboardFragment mFragment; 49 Context context, @Nullable DevelopmentSettingsDashboardFragment fragment) { in BluetoothSnoopLogPreferenceController()
|
D | SelectDebugAppPreferenceController.java | 44 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 48 @Nullable DevelopmentSettingsDashboardFragment fragment) { in SelectDebugAppPreferenceController()
|
D | OemUnlockPreferenceController.java | 58 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 62 @Nullable DevelopmentSettingsDashboardFragment fragment) { in OemUnlockPreferenceController()
|
D | MockLocationAppPreferenceController.java | 49 @Nullable private final DevelopmentSettingsDashboardFragment mFragment; 54 @Nullable DevelopmentSettingsDashboardFragment fragment) { in MockLocationAppPreferenceController()
|
/packages/apps/Settings/src/com/android/settings/development/graphicsdriver/ |
D | GraphicsDriverEnableAngleAsSystemDriverController.java | 33 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/ |
D | DeveloperOptionsController.kt | 33 import com.android.settings.development.DevelopmentSettingsDashboardFragment 75 setDestination(DevelopmentSettingsDashboardFragment::class.qualifiedName) in DeveloperOptionsPreference()
|
/packages/apps/Settings/tests/spa_unit/src/com/android/settings/system/ |
D | DeveloperOptionsControllerTest.kt | 30 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/ |
D | GraphicsDriverEnableAngleAsSystemDriverControllerTest.java | 40 import com.android.settings.development.DevelopmentSettingsDashboardFragment; 61 @Mock private DevelopmentSettingsDashboardFragment mFragment;
|
/packages/services/Car/packages/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | CarDevelopmentSettingsDashboardFragment.java | 36 import com.android.settings.development.DevelopmentSettingsDashboardFragment; 49 public class CarDevelopmentSettingsDashboardFragment extends DevelopmentSettingsDashboardFragment {
|