Searched refs:interfaceState (Results 1 – 3 of 3) sorted by relevance
61 public void reset(final DictionaryListInterfaceState interfaceState) { in reset() argument64 mInterfaceState = interfaceState; in reset()
170 final NetworkInterfaceState interfaceState = mTrackingInterfaces.get(iface); in getInterfaceState() local171 if (interfaceState == null) { in getInterfaceState()173 } else if (!interfaceState.mLinkUp) { in getInterfaceState()
1155 BaseServingState(int interfaceState) { in BaseServingState() argument1156 mDesiredInterfaceState = interfaceState; in BaseServingState()