Home
last modified time | relevance | path

Searched refs:SettingsDumpService (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/network/
DNetworkDashboardFragment.java25 import com.android.settings.SettingsDumpService;
104 Intent intent = new Intent(context, SettingsDumpService.class); in buildPreferenceControllers()
105 intent.putExtra(SettingsDumpService.EXTRA_KEY_SHOW_NETWORK_DUMP, true); in buildPreferenceControllers()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DSettingsDumpServiceTest.java92 .contains("{\"" + SettingsDumpService.KEY_SERVICE + "\":"); in testDump_printServiceAsKey()
98 private class TestService extends SettingsDumpService {
/packages/apps/Settings/src/com/android/settings/
DSettingsDumpService.java52 public class SettingsDumpService extends Service { class