Searched refs:MobileState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java51 MobileSignalController.MobileState, MobileSignalController.MobileIconGroup> {
66 // this could potentially become part of MobileState for simplification/complication
302 protected MobileState cleanState() {
303 return new MobileState();
577 static class MobileState extends SignalController.State { class in class:MobileSignalController
592 MobileState state = (MobileState) s;
625 && Objects.equals(((MobileState) o).networkName, networkName)
626 && Objects.equals(((MobileState) o).networkNameData, networkNameData)
627 && ((MobileState)
[all...]

Completed in 9 milliseconds