OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STATE_OFFLINE
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/lowpan/tests/src/android/net/lowpan/
LowpanInterfaceTest.java
81
mInterfaceListener.onStateChanged(LowpanInterface.
STATE_OFFLINE
);
87
argThat(stateString -> stateString.equals(LowpanInterface.
STATE_OFFLINE
)));
/frameworks/base/lowpan/java/android/net/lowpan/
LowpanCommissioningSession.java
63
case ILowpanInterface.
STATE_OFFLINE
:
ILowpanInterface.aidl
54
const String
STATE_OFFLINE
= "offline";
LowpanInterface.java
87
public static final String
STATE_OFFLINE
= ILowpanInterface.
STATE_OFFLINE
;
93
* state may only be entered directly from the {@link #
STATE_OFFLINE
} state.
137
* cause the device to return to the {@link #
STATE_OFFLINE
} state.
140
* @see #
STATE_OFFLINE
450
* @see #
STATE_OFFLINE
/frameworks/opt/net/lowpan/service/java/com/android/server/lowpan/
LowpanInterfaceTracker.java
215
case LowpanInterface.
STATE_OFFLINE
:
Completed in 68 milliseconds