Searched refs:DEVICE_ROLE_STOPPED (Results 1 – 5 of 5) sorted by relevance
21 import static android.net.thread.ThreadNetworkController.DEVICE_ROLE_STOPPED;142 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_notJoinedAndStopped_deviceRoleIsStopped()164 assertThat(mController.getDeviceRole()).isEqualTo(DEVICE_ROLE_STOPPED); in otDaemonFactoryReset_deviceRoleIsStopped()205 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_latestCountryCodeIsSetToOtDaemon()
29 import static android.net.thread.ThreadNetworkController.DEVICE_ROLE_STOPPED;168 .isEqualTo(DEVICE_ROLE_STOPPED); in registerStateCallback_permissionsGranted_returnsCurrentStates()452 assertThat(getDeviceRole(mController)).isEqualTo(DEVICE_ROLE_STOPPED);470 assertThat(getDeviceRole(mController)).isEqualTo(DEVICE_ROLE_STOPPED);488 assertThat(getDeviceRole(mController)).isEqualTo(DEVICE_ROLE_STOPPED);759 assertThat(getDeviceRole(mController)).isEqualTo(DEVICE_ROLE_STOPPED);781 assertThat(getDeviceRole(mController)).isEqualTo(DEVICE_ROLE_STOPPED);
59 public static final int DEVICE_ROLE_STOPPED = 0; field in ThreadNetworkController85 DEVICE_ROLE_STOPPED,
77 case ThreadNetworkController.DEVICE_ROLE_STOPPED: in deviceRoleToString()
516 field public static final int DEVICE_ROLE_STOPPED = 0; // 0x0