Home
last modified time | relevance | path

Searched refs:InstrumentedPreferenceFragment (Results 1 – 25 of 53) sorted by relevance

123

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/
DBackgroundActivityPreferenceController.java27 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
55 private InstrumentedPreferenceFragment mFragment;
60 InstrumentedPreferenceFragment fragment, int uid, String packageName) { in BackgroundActivityPreferenceController()
65 BackgroundActivityPreferenceController(Context context, InstrumentedPreferenceFragment fragment, in BackgroundActivityPreferenceController()
DRestrictAppPreferenceController.java29 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
45 private InstrumentedPreferenceFragment mPreferenceFragment;
54 public RestrictAppPreferenceController(InstrumentedPreferenceFragment preferenceFragment) { in RestrictAppPreferenceController()
DAdvancedPowerUsageDetail.java44 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
106 InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, in startBatteryDetailPage()
157 InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, in startBatteryDetailPage()
164 InstrumentedPreferenceFragment fragment, String packageName) { in startBatteryDetailPage()
DSmartBatterySettings.java26 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
76 InstrumentedPreferenceFragment fragment) { in buildPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBackgroundActivityPreferenceController.java27 import com.android.settings.core.InstrumentedPreferenceFragment;
55 private InstrumentedPreferenceFragment mFragment;
60 InstrumentedPreferenceFragment fragment, int uid, String packageName) { in BackgroundActivityPreferenceController()
65 BackgroundActivityPreferenceController(Context context, InstrumentedPreferenceFragment fragment, in BackgroundActivityPreferenceController()
DRestrictAppPreferenceController.java29 import com.android.settings.core.InstrumentedPreferenceFragment;
45 private InstrumentedPreferenceFragment mPreferenceFragment;
54 public RestrictAppPreferenceController(InstrumentedPreferenceFragment preferenceFragment) { in RestrictAppPreferenceController()
DAdvancedPowerUsageDetail.java44 import com.android.settings.core.InstrumentedPreferenceFragment;
106 InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, in startBatteryDetailPage()
157 InstrumentedPreferenceFragment fragment, BatteryStatsHelper helper, int which, in startBatteryDetailPage()
164 InstrumentedPreferenceFragment fragment, String packageName) { in startBatteryDetailPage()
DSmartBatterySettings.java26 import com.android.settings.core.InstrumentedPreferenceFragment;
76 InstrumentedPreferenceFragment fragment) { in buildPreferenceControllers()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/actions/
DOpenRestrictAppFragmentAction.java23 import com.android.settings.core.InstrumentedPreferenceFragment;
38 private final InstrumentedPreferenceFragment mFragment;
42 public OpenRestrictAppFragmentAction(InstrumentedPreferenceFragment fragment, in OpenRestrictAppFragmentAction()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/actions/
DOpenRestrictAppFragmentAction.java23 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
38 private final InstrumentedPreferenceFragment mFragment;
42 public OpenRestrictAppFragmentAction(InstrumentedPreferenceFragment fragment, in OpenRestrictAppFragmentAction()
/packages/apps/Settings/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipPreferenceController.java28 import com.android.settings.core.InstrumentedPreferenceFragment;
62 InstrumentedPreferenceFragment mFragment;
75 public void setFragment(InstrumentedPreferenceFragment fragment) { in setFragment()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/fuelgauge/batterytip/
DBatteryTipPreferenceController.java28 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
62 InstrumentedPreferenceFragment mFragment;
75 public void setFragment(InstrumentedPreferenceFragment fragment) { in setFragment()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/deviceinfo/
DBuildNumberPreferenceController.java38 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
55 private InstrumentedPreferenceFragment mFragment;
71 public void setHost(InstrumentedPreferenceFragment fragment) { in setHost()
/packages/apps/Settings/src/com/android/settings/deviceinfo/
DBuildNumberPreferenceController.java38 import com.android.settings.core.InstrumentedPreferenceFragment;
56 private InstrumentedPreferenceFragment mFragment;
72 public void setHost(InstrumentedPreferenceFragment fragment) { in setHost()
/packages/apps/Settings/src/com/android/settings/applications/appops/
DBackgroundCheckSummary.java30 import com.android.settings.core.InstrumentedPreferenceFragment;
32 public class BackgroundCheckSummary extends InstrumentedPreferenceFragment {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/appops/
DBackgroundCheckSummary.java30 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
32 public class BackgroundCheckSummary extends InstrumentedPreferenceFragment {
/packages/apps/Settings/tests/unit/src/com/android/settings/accessibility/
DToggleFeaturePreferenceFragmentTest.java33 import com.android.settings.core.InstrumentedPreferenceFragment;
70 InstrumentedPreferenceFragment.METRICS_CATEGORY_UNKNOWN) in setUp()
DAccessibilityShortcutPreferenceFragmentTest.java43 import com.android.settings.core.InstrumentedPreferenceFragment;
89 InstrumentedPreferenceFragment.METRICS_CATEGORY_UNKNOWN) in startFragment()
/packages/apps/Settings/src/com/android/settings/search/actionbar/
DSearchMenuController.java34 import com.android.settings.core.InstrumentedPreferenceFragment;
47 public static void init(@NonNull InstrumentedPreferenceFragment host) { in init()
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/actions/
DOpenRestrictAppFragmentActionTest.java25 import com.android.settings.core.InstrumentedPreferenceFragment;
56 private InstrumentedPreferenceFragment mFragment;
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/search/actionbar/
DSearchMenuController.java34 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
47 public static void init(@NonNull InstrumentedPreferenceFragment host) { in init()
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/actionbar/
DSearchMenuControllerTest.java33 import com.android.settings.core.InstrumentedPreferenceFragment;
113 private static class TestPreferenceFragment extends InstrumentedPreferenceFragment {
/packages/apps/Settings/src/com/android/settings/network/
DNetworkScorerPicker.java33 import com.android.settings.core.InstrumentedPreferenceFragment;
41 public class NetworkScorerPicker extends InstrumentedPreferenceFragment implements
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/
DNetworkScorerPicker.java33 import com.android.car.developeroptions.core.InstrumentedPreferenceFragment;
41 public class NetworkScorerPicker extends InstrumentedPreferenceFragment implements
/packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/batterytip/
DBatteryTipUtilsTest.java25 import com.android.settings.core.InstrumentedPreferenceFragment;
52 private InstrumentedPreferenceFragment mFragment;

123