Searched defs:newActive (Results 1 – 5 of 5) sorted by relevance
62 void process(ActiveSource newActive, int deviceType) { in process()
371 void updateActiveSource(ActiveSource newActive, String caller) { in updateActiveSource()
1233 void setActiveSource(ActiveSource newActive, String caller) { in setActiveSource()
72 val newActive: Map<String, Pair<InstanceId?, Int>> = in <lambda>() constant
1655 data class LastActivationChange(val displayId: Int, val oldActive: Int, val newActive: Int) constant in com.android.wm.shell.desktopmode.TestDeskChangeListener.LastActivationChange