Searched refs:MobileState (Results 1 – 1 of 1) sorted by relevance
56 MobileSignalController.MobileState, MobileSignalController.MobileIconGroup> {332 protected MobileState cleanState() { in cleanState()333 return new MobileState(); in cleanState()659 static class MobileState extends SignalController.State { class in MobileSignalController674 MobileState state = (MobileState) s; in copyFrom()707 && Objects.equals(((MobileState) o).networkName, networkName) in equals()708 && Objects.equals(((MobileState) o).networkNameData, networkNameData) in equals()709 && ((MobileState) o).dataSim == dataSim in equals()710 && ((MobileState) o).dataConnected == dataConnected in equals()711 && ((MobileState) o).isEmergency == isEmergency in equals()[all …]