Searched defs:currentComponent (Results 1 – 2 of 2) sorted by relevance
34 private var currentComponent: ComponentName? = null variable in com.android.systemui.controls.CustomIconCache
303 ComponentName currentComponent = enabledComponents.valueAt(i); in resetComponents() local