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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java46 MobileSignalController.MobileState, MobileSignalController.MobileIconGroup> {
60 // this could potentially become part of MobileState for simplification/complication
238 protected MobileState cleanState() {
239 return new MobileState();
495 static class MobileState extends SignalController.State { class in class:MobileSignalController
508 MobileState state = (MobileState) s;
536 && Objects.equals(((MobileState) o).networkName, networkName)
537 && Objects.equals(((MobileState) o).networkNameData, networkNameData)
538 && ((MobileState)
[all...]

Completed in 47 milliseconds