Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dump/
H A DSystemUIConfigDumpable.kt48 dumpServiceList(pw, "global", services.toTypedArray())
49 dumpServiceList(pw, "per-user", R.array.config_systemUIServiceComponentsPerUser)
52 private fun dumpServiceList(pw: PrintWriter, type: String, resId: Int) { regex
54 dumpServiceList(pw, type, services)
57 private fun dumpServiceList(pw: PrintWriter, type: String, services: Array<String>?) { regex