Home
last modified time | relevance | path

Searched refs:CONNECTING (Results 1 – 12 of 12) sorted by relevance

/development/tools/winscope/src/trace_collection/
Dconnection_state.ts21 CONNECTING, enumerator
/development/tools/winscope/src/app/components/
Dwdp_setup_component.ts25 <ng-container *ngSwitchCase="${ConnectionState.CONNECTING}">
Dcollect_traces_component.ts425 state = ConnectionState.CONNECTING;
438 ConnectionState.CONNECTING,
837 if (this.state === ConnectionState.CONNECTING) {
841 case ConnectionState.CONNECTING:
968 newState !== ConnectionState.CONNECTING;
983 ConnectionState.CONNECTING,
1002 case ConnectionState.CONNECTING:
Dwinscope_proxy_setup_component.ts27 <ng-container *ngSwitchCase="${ConnectionState.CONNECTING}">
Dwdp_setup_component_test.ts45 component.state = ConnectionState.CONNECTING;
Dwinscope_proxy_setup_component_test.ts52 component.state = ConnectionState.CONNECTING;
Dcollect_traces_component_test.ts552 await component.onConnectionStateChange(ConnectionState.CONNECTING);
569 await component.onConnectionStateChange(ConnectionState.CONNECTING);
593 await newComponent.onConnectionStateChange(ConnectionState.CONNECTING);
674 await component.onConnectionStateChange(ConnectionState.CONNECTING);
/development/tools/winscope/src/trace_collection/adb/
Dadb_host_connection.ts37 await this.setState(ConnectionState.CONNECTING);
Dadb_host_connection_test.ts51 [ConnectionState.CONNECTING],
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DConnectivityFragment.java51 case CONNECTING -> updateStatus(mDefaultBackgroundColor,
DConnectionManager.java88 DISCONNECTED, INITIALIZED, CONNECTING, CONNECTED, ERROR enumConstant
239 mConnectionStatus.state = ConnectionStatus.State.CONNECTING; in onConnecting()
/development/tools/winscope/src/trace_collection/controller/
Dtrace_collection_controller_test.ts96 ConnectionState.CONNECTING,