Searched refs:MobileState (Results 1 – 1 of 1) sorted by relevance
60 MobileSignalController.MobileState, MobileSignalController.MobileIconGroup> {406 protected MobileState cleanState() { in cleanState()407 return new MobileState(); in cleanState()708 static class MobileState extends SignalController.State { class in MobileSignalController724 MobileState state = (MobileState) s; in copyFrom()759 && Objects.equals(((MobileState) o).networkName, networkName) in equals()760 && Objects.equals(((MobileState) o).networkNameData, networkNameData) in equals()761 && ((MobileState) o).dataSim == dataSim in equals()762 && ((MobileState) o).dataConnected == dataConnected in equals()763 && ((MobileState) o).isEmergency == isEmergency in equals()[all …]