Home
last modified time | relevance | path

Searched refs:waitForRole (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/
DThreadIntegrationTest.java142 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_notJoinedAndStopped_deviceRoleIsStopped()
152 mController.waitForRole(DEVICE_ROLE_DETACHED, CALLBACK_TIMEOUT); in otDaemonRestart_JoinedNetworkAndStopped_autoRejoinedAndTunIfStateConsistent()
153 mController.waitForRole(DEVICE_ROLE_LEADER, RESTART_JOIN_TIMEOUT); in otDaemonRestart_JoinedNetworkAndStopped_autoRejoinedAndTunIfStateConsistent()
205 mController.waitForRole(DEVICE_ROLE_STOPPED, CALLBACK_TIMEOUT); in otDaemonRestart_latestCountryCodeIsSetToOtDaemon()
/packages/modules/Connectivity/thread/tests/integration/src/android/net/thread/utils/
DThreadNetworkControllerWrapper.java153 public int waitForRole(int deviceRole, Duration timeout) in waitForRole() method in ThreadNetworkControllerWrapper