Searched refs:STATE_OFFLINE (Results 1 – 4 of 4) sorted by relevance
84 mInterfaceListener.onStateChanged(LowpanInterface.STATE_OFFLINE); in testStateChangedCallback()90 argThat(stateString -> stateString.equals(LowpanInterface.STATE_OFFLINE))); in testStateChangedCallback()
54 const String STATE_OFFLINE = "offline"; field
63 case ILowpanInterface.STATE_OFFLINE: in onStateChanged()
87 public static final String STATE_OFFLINE = ILowpanInterface.STATE_OFFLINE; field in LowpanInterface