Searched refs:ERROR_THREAD_DISABLED (Results 1 – 7 of 7) sorted by relevance
20 import static android.net.thread.ThreadNetworkException.ERROR_THREAD_DISABLED;48 new ThreadNetworkException(ERROR_THREAD_DISABLED, "Thread disabled error!"); in constructor_validValues_valuesAreConnectlySet()52 assertThat(errorThreadDisabled.getErrorCode()).isEqualTo(ERROR_THREAD_DISABLED); in constructor_validValues_valuesAreConnectlySet()
37 import static android.net.thread.ThreadNetworkException.ERROR_THREAD_DISABLED;408 assertThat(threadException.getErrorCode()).isEqualTo(ERROR_THREAD_DISABLED);699 assertThat(thrown.getErrorCode()).isEqualTo(ERROR_THREAD_DISABLED);
51 ERROR_THREAD_DISABLED,139 public static final int ERROR_THREAD_DISABLED = 12; field in ThreadNetworkException
21 import static android.net.thread.ThreadNetworkException.ERROR_THREAD_DISABLED;100 assertThat(cause.getErrorCode()).isEqualTo(ERROR_THREAD_DISABLED); in forceStopOtDaemon_forceStopEnabled_canNotEnableThread()
40 import static android.net.thread.ThreadNetworkException.ERROR_THREAD_DISABLED;314 ERROR_THREAD_DISABLED, "ot-daemon is forcibly stopped"); in getOtDaemon()1039 return ERROR_THREAD_DISABLED;1135 ERROR_THREAD_DISABLED, "Can't set country code when Thread is disabled");
24 import static android.net.thread.ThreadNetworkException.ERROR_THREAD_DISABLED;670 verify(mockJoinReceiver, times(1)).onError(eq(ERROR_THREAD_DISABLED), anyString());
544 field public static final int ERROR_THREAD_DISABLED = 12; // 0xc