Searched defs:StoppedState (Results 1 - 2 of 2) sorted by path

/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpClient.java202 private State mStoppedState = new StoppedState();
568 class StoppedState extends State { class in class:DhcpClient
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java385 private final State mStoppedState = new StoppedState();
917 // any addresses upon entry to StoppedState.
1004 class StoppedState extends State { class in class:IpManager

Completed in 190 milliseconds