Home
last modified time | relevance | path

Searched defs:connectionState (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/
H A DCustomKeyStoresListEntry.java109 private final String connectionState; field in CustomKeyStoresListEntry
242 public final ConnectionStateType connectionState() { in connectionState() method in CustomKeyStoresListEntry
1482 Builder connectionState(String connectionState); in connectionState() argument
1538 Builder connectionState(ConnectionStateType connectionState); in connectionState() method
2532 private String connectionState; field in CustomKeyStoresListEntry.BuilderImpl
2617 public final void setConnectionState(String connectionState) { in setConnectionState()
2622 public final Builder connectionState(String connectionState) { in connectionState() method in CustomKeyStoresListEntry.BuilderImpl
2628 public final Builder connectionState(ConnectionStateType connectionState) { in connectionState() argument
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java686 int connectionState = sm.getConnectionState(device); in disconnect() local
794 int connectionState = sm.getConnectionState(device); in startVoiceRecognition() local
808 int connectionState = sm.getConnectionState(device); in stopVoiceRecognition() local
948 int connectionState = sm.getConnectionState(device); in holdCall() local
966 int connectionState = entry.getValue().getConnectionState(entry.getKey()); in acceptCall() local
986 int connectionState = sm.getConnectionState(device); in acceptCall() local
1003 int connectionState = sm.getConnectionState(device); in rejectCall() local
1021 int connectionState = sm.getConnectionState(device); in terminateCall() local
1040 int connectionState = sm.getConnectionState(device); in enterPrivateMode() local
1059 int connectionState = sm.getConnectionState(device); in dial() local
[all …]
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
H A DDeviceBasedSatelliteRepositoryImplTest.kt108 val connectionState by collectLastValue(underTest.connectionState) in nullSatelliteManager_usesDefaultValues() constant
484 val connectionState by collectLastValue(underTest.connectionState) in satelliteNotSupported_listenersAreNotRegistered() constant
543 val connectionState by collectLastValue(underTest.connectionState) in satelliteSupported_supportIsLost_unregistersListeners() constant
572 val connectionState by collectLastValue(underTest.connectionState) in satelliteNotSupported_supportShowsUp_registersListeners() constant
595 val connectionState by collectLastValue(underTest.connectionState) in repoDoesNotCheckForSupportUntilMinUptime() constant
615 val connectionState by collectLastValue(underTest.connectionState) in telephonyCrash_repoReregistersConnectionStateListener() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMapClientServiceTest.java169 int connectionState = BluetoothProfile.STATE_CONNECTED; in disconnect_whenConnected_returnsTrue() local
187 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectionState_whenConnected() local
197 int connectionState = BluetoothProfile.STATE_CONNECTED; in getConnectedDevices() local
288 int connectionState = BluetoothProfile.STATE_CONNECTED; in aclDisconnectedNoTransport_whenConnected_doesNotCallDisconnect() local
302 int connectionState = BluetoothProfile.STATE_CONNECTED; in aclDisconnectedLeTransport_whenConnected_doesNotCallDisconnect() local
315 int connectionState = BluetoothProfile.STATE_CONNECTED; in aclDisconnectedBrEdrTransport_whenConnected_callsDisconnect() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/satellite/data/demo/
DDemoDeviceBasedSatelliteDataSource.java74 …systemui.statusbar.pipeline.satellite.shared.model.SatelliteConnectionState connectionState = null; field in DemoDeviceBasedSatelliteDataSource.DemoSatelliteEvent
77 public DemoSatelliteEvent(@org.jetbrains.annotations.NotNull() in DemoSatelliteEvent()
101 …emo.DemoDeviceBasedSatelliteDataSource.DemoSatelliteEvent copy(@org.jetbrains.annotations.NotNull() in copy()
DDemoDeviceBasedSatelliteRepository.java28 …ystemui.statusbar.pipeline.satellite.shared.model.SatelliteConnectionState> connectionState = null; field in DemoDeviceBasedSatelliteRepository
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfp/
DHeadsetService.java907 int connectionState = stateMachine.getConnectionState(); in connect() local
955 int connectionState = stateMachine.getConnectionState(); in disconnect() local
1005 int connectionState = getConnectionState(device); in getDevicesMatchingConnectionStates() local
1155 int connectionState = stateMachine.getConnectionState(); in startVoiceRecognition() local
1229 int connectionState = stateMachine.getConnectionState(); in stopVoiceRecognition() local
2122 int connectionState = stateMachine.getConnectionState(); in sendVendorSpecificResultCode() local
/aosp_15_r20/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java169 PreciseDataConnectionState connectionState) { in notifyPreciseDataConnectionStateChanged()
446 (PreciseDataConnectionState connectionState) -> { in createTelephonyListener()
671 protected void onPreciseDataConnectionStateChanged(PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
786 void onPreciseDataConnectionStateChanged(PreciseDataConnectionState connectionState); in onPreciseDataConnectionStateChanged()
1173 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/stats/
DVmsClientLogger.java85 public void logConnectionState(int connectionState) { in logConnectionState()
99 long getConnectionStateCount(int connectionState) { in getConnectionStateCount()
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/recordingV2/target_factories/
H A Dandroid_websocket_target_factory.ts38 connectionState: string; property
97 connectionState, constant
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DDataConnectionStateTracker.java155 public void notifyDataConnectionStateChanged(PreciseDataConnectionState connectionState) { in notifyDataConnectionStateChanged()
226 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
DVoiceCallSessionStats.java441 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
1072 private void updateVoiceCallSessionBearerState(PreciseDataConnectionState connectionState) { in updateVoiceCallSessionBearerState()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/ui/viewmodel/
H A DDeviceBasedSatelliteViewModel.kt128 ) { showForOos, anyNtn, connectionState, isWifiActive, isAirplaneMode -> in allowed() method
169 combine(showIcon, interactor.connectionState) { shouldShow, connectionState -> in connectionState() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/domain/interactor/
H A DDeviceBasedSatelliteInteractor.kt76 val connectionState = in <lambda>() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/
DA2dpSinkService.java354 int connectionState = stateMachine.getState(); in disconnect() local
409 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMapClientService.java187 int connectionState = mapStateMachine.getState(); in disconnect() local
209 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/inputdevice/tutorial/domain/interactor/
DKeyboardTouchpadConnectionInteractor.java13 …om.android.systemui.inputdevice.tutorial.domain.interactor.ConnectionState> connectionState = null; field in KeyboardTouchpadConnectionInteractor
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/satellite/ui/model/
DSatelliteIconModel.java22 …systemui.common.shared.model.Icon.Resource fromConnectionState(@org.jetbrains.annotations.NotNull() in fromConnectionState()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/satellite/data/prod/
H A DFakeDeviceBasedSatelliteRepository.kt26 override val connectionState = MutableStateFlow(Off) constant in com.android.systemui.statusbar.pipeline.satellite.data.prod.FakeDeviceBasedSatelliteRepository
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/satellite/data/
H A DDeviceBasedSatelliteRepository.kt32 val connectionState: StateFlow<SatelliteConnectionState> constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/domain/interactor/
H A DKeyboardTouchpadConnectionInteractor.kt34 val connectionState: Flow<ConnectionState> = in <lambda>() constant
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java708 int connectionState = stateMachine.getState(); in disconnect() local
773 int connectionState; in getDevicesMatchingConnectionStates() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/satellite/data/
DDeviceBasedSatelliteRepositorySwitcher.java49 …ystemui.statusbar.pipeline.satellite.shared.model.SatelliteConnectionState> connectionState = null; field in DeviceBasedSatelliteRepositorySwitcher
/aosp_15_r20/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DServerSocketService.java107 private final SetMultimap<Source, UUID> connectionState = Multimaps.newSetMultimap( field in ServerSocketService
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
H A DBluetoothSapTest.java144 int[] connectionState = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates() local

12345678910>>...13