/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
H A D | CustomKeyStoresListEntry.java | 109 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/ |
D | HeadsetClientService.java | 686 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 D | DeviceBasedSatelliteRepositoryImplTest.kt | 108 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/ |
D | MapClientServiceTest.java | 169 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/ |
D | DemoDeviceBasedSatelliteDataSource.java | 74 …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()
|
D | DemoDeviceBasedSatelliteRepository.java | 28 …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/ |
D | HeadsetService.java | 907 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/ |
D | QnsTelephonyListener.java | 169 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/ |
D | VmsClientLogger.java | 85 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 D | android_websocket_target_factory.ts | 38 connectionState: string; property 97 connectionState, constant
|
/aosp_15_r20/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
D | DataConnectionStateTracker.java | 155 public void notifyDataConnectionStateChanged(PreciseDataConnectionState connectionState) { in notifyDataConnectionStateChanged() 226 PreciseDataConnectionState connectionState) { in onPreciseDataConnectionStateChanged()
|
D | VoiceCallSessionStats.java | 441 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 D | DeviceBasedSatelliteViewModel.kt | 128 ) { 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 D | DeviceBasedSatelliteInteractor.kt | 76 val connectionState = in <lambda>() constant
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/a2dpsink/ |
D | A2dpSinkService.java | 354 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/ |
D | MapClientService.java | 187 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/ |
D | KeyboardTouchpadConnectionInteractor.java | 13 …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/ |
D | SatelliteIconModel.java | 22 …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 D | FakeDeviceBasedSatelliteRepository.kt | 26 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 D | DeviceBasedSatelliteRepository.kt | 32 val connectionState: StateFlow<SatelliteConnectionState> constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/inputdevice/tutorial/domain/interactor/ |
H A D | KeyboardTouchpadConnectionInteractor.kt | 34 val connectionState: Flow<ConnectionState> = in <lambda>() constant
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerService.java | 708 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/ |
D | DeviceBasedSatelliteRepositorySwitcher.java | 49 …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 D | ServerSocketService.java | 107 private final SetMultimap<Source, UUID> connectionState = Multimaps.newSetMultimap( field in ServerSocketService
|
/aosp_15_r20/cts/tests/tests/bluetooth/src/android/bluetooth/cts/ |
H A D | BluetoothSapTest.java | 144 int[] connectionState = new int[] {BluetoothProfile.STATE_CONNECTED}; in getDevicesMatchingConnectionStates() local
|