Searched refs:CONNECTING (Results 1 – 12 of 12) sorted by relevance
/development/tools/winscope/src/trace_collection/ |
D | connection_state.ts | 21 CONNECTING, enumerator
|
/development/tools/winscope/src/app/components/ |
D | wdp_setup_component.ts | 25 <ng-container *ngSwitchCase="${ConnectionState.CONNECTING}">
|
D | collect_traces_component.ts | 425 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:
|
D | winscope_proxy_setup_component.ts | 27 <ng-container *ngSwitchCase="${ConnectionState.CONNECTING}">
|
D | wdp_setup_component_test.ts | 45 component.state = ConnectionState.CONNECTING;
|
D | winscope_proxy_setup_component_test.ts | 52 component.state = ConnectionState.CONNECTING;
|
D | collect_traces_component_test.ts | 552 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/ |
D | adb_host_connection.ts | 37 await this.setState(ConnectionState.CONNECTING);
|
D | adb_host_connection_test.ts | 51 [ConnectionState.CONNECTING],
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | ConnectivityFragment.java | 51 case CONNECTING -> updateStatus(mDefaultBackgroundColor,
|
D | ConnectionManager.java | 88 DISCONNECTED, INITIALIZED, CONNECTING, CONNECTED, ERROR enumConstant 239 mConnectionStatus.state = ConnectionStatus.State.CONNECTING; in onConnecting()
|
/development/tools/winscope/src/trace_collection/controller/ |
D | trace_collection_controller_test.ts | 96 ConnectionState.CONNECTING,
|