Searched refs:wrapOnSwitchWithLog (Results 1 – 5 of 5) sorted by relevance
23 import com.android.settingslib.spa.framework.util.wrapOnSwitchWithLog35 onCheckedChange = wrapOnSwitchWithLog(onCheckedChange),
25 import com.android.settingslib.spa.framework.util.wrapOnSwitchWithLog38 onCheckedChange = wrapOnSwitchWithLog(onCheckedChange),
36 import com.android.settingslib.spa.framework.util.wrapOnSwitchWithLog118 val onChangeWithLog = wrapOnSwitchWithLog(onCheckedChange)
52 fun wrapOnSwitchWithLog(onSwitch: ((checked: Boolean) -> Unit)?): ((checked: Boolean) -> Unit)? { in wrapOnSwitchWithLog() method