Home
last modified time | relevance | path

Searched refs:COMPLETED (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/javatests/res/device/
Dwifi_status_output_1.txt5 …b:ac:b2:31, MAC: 82:f2:40:f1:51:be, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard:…
14 …0:00:00:00, MAC: 02:00:00:00:00:00, Security type: 0, Supplicant state: COMPLETED, Wi-Fi standard:…
/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java32 COMPLETED, SCANNING, DISCONNECTED, OTHER; enumConstant
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterCommand.java49 COMPLETED, enumConstant
DClusterCommandScheduler.java484 } else if (ClusterCommand.State.COMPLETED.equals( in run()
/tools/tradefederation/core/util_apps/WifiUtil/src/com/android/tradefed/utils/wifi/
DWifiConnector.java290 return SupplicantState.COMPLETED == state; in connectToNetwork()