Searched refs:MobileState (Results 1 – 3 of 3) sorted by relevance
35 internal class MobileState( class82 val o = other as? MobileState ?: throw IllegalArgumentException( in copyFrom()247 other as MobileState in equals()
59 public class MobileSignalController extends SignalController<MobileState, MobileIconGroup> {338 protected MobileState cleanState() { in cleanState()339 return new MobileState(); in cleanState()
32 private val state = MobileState()