Home
last modified time | relevance | path

Searched refs:ConnectionState (Results 1 – 23 of 23) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/security/
DNullCipherNotifier.java264 private final HashMap<Integer, ConnectionState> mState = new HashMap<>();
276 ConnectionState fromState = in update()
277 mState.getOrDefault(update.getConnectionEvent(), ConnectionState.UNKNOWN); in update()
278 ConnectionState toState = new ConnectionState( in update()
297 return mState.values().stream().anyMatch(ConnectionState::hasNullCipher); in hasNullCipher()
334 private static final class ConnectionState { class in NullCipherNotifier
335 private static final ConnectionState UNKNOWN =
336 new ConnectionState(SECURITY_ALGORITHM_UNKNOWN, SECURITY_ALGORITHM_UNKNOWN);
341 private ConnectionState( in ConnectionState() method in NullCipherNotifier.ConnectionState
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java111 @ConnectionState int state) {} in onConnectionStateChanged()
149 @ConnectionState int state, in onProfileConnectionStateChanged()
183 @interface ConnectionState {} annotation
/frameworks/base/core/java/android/app/
DUiAutomation.java151 ConnectionState.DISCONNECTED,
152 ConnectionState.CONNECTING,
153 ConnectionState.CONNECTED,
154 ConnectionState.FAILED
156 private @interface ConnectionState { annotation in UiAutomation
229 private @ConnectionState int mConnectionState = ConnectionState.DISCONNECTED;
370 if (mConnectionState == ConnectionState.CONNECTING) { in connectWithTimeout()
375 mConnectionState = ConnectionState.CONNECTING; in connectWithTimeout()
391 mConnectionState = ConnectionState.DISCONNECTED; in connectWithTimeout()
401 if (mConnectionState == ConnectionState.CONNECTED) { in connectWithTimeout()
[all …]
/frameworks/proto_logging/stats/atoms/hdmi/
Dhdmi_extension_atoms.proto48 optional android.stats.hdmi.ConnectionState old_connected_state = 3;
51 optional android.stats.hdmi.ConnectionState new_connected_state = 4;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java78 @ConnectionState
146 private static String connectionStateToString(@ConnectionState int state) { in connectionStateToString()
379 @ConnectionState int state) { in onConnectionStateChanged()
389 @ConnectionState int state, in onProfileConnectionStateChanged()
/frameworks/base/media/java/android/media/
DMediaRoute2Info.java94 public @interface ConnectionState {} annotation in MediaRoute2Info
523 @ConnectionState
664 @ConnectionState
1114 @ConnectionState
1305 public Builder setConnectionState(@ConnectionState int connectionState) { in setConnectionState()
/frameworks/proto_logging/stats/enums/corenetworking/platform/
Denums.proto37 enum ConnectionState { enum
/frameworks/proto_logging/stats/enums/media/outputswitcher/
Denums.proto35 enum ConnectionState { enum
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/
DMagnificationConnectionManager.java114 private @interface ConnectionState { annotation in MagnificationConnectionManager
117 private static String connectionStateToString(@ConnectionState int state) { in connectionStateToString()
128 @ConnectionState
349 private void setConnectionState(@ConnectionState int state) { in setConnectionState()
/frameworks/base/core/java/android/service/textclassifier/
DTextClassifierService.java112 public @interface ConnectionState{} annotation in TextClassifierService
213 public void onConnectedStateChanged(@ConnectionState int connected) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/d2d/
DCommunicator.java133 public void onStateChanged(String id, @Connection.ConnectionState int state) { in onStateChanged()
/frameworks/proto_logging/stats/enums/stats/hdmi/
Denums.proto129 enum ConnectionState { enum
/frameworks/base/services/core/java/com/android/server/audio/
DAudioDeviceInventory.java696 public final @AudioService.ConnectionState int mState;
701 @AudioService.ConnectionState int state, String caller) { in WiredDeviceConnectionState()
1969 @AudioService.ConnectionState int state, int musicDevice) {
2000 @AudioService.ConnectionState int asState =
2019 @AudioService.ConnectionState int state, String caller) {
2030 @AudioService.ConnectionState int state) {
2662 @AudioService.ConnectionState int state, int musicDevice) {
2835 private void configureHdmiPlugIntent(Intent intent, @AudioService.ConnectionState int state) {
DAudioDeviceBroker.java793 @AudioService.ConnectionState int state, String caller) { in setWiredDeviceConnectionState()
801 @AudioService.ConnectionState int state) { in setTestDeviceConnectionState()
1434 @AudioService.ConnectionState int state, String caller) { in checkVolumeCecOnHdmiConnection()
DAudioService.java2216 @AudioService.ConnectionState int state, String caller) { in postCheckVolumeCecOnHdmiConnection()
2222 @AudioService.ConnectionState int state, String caller) { in onCheckVolumeCecOnHdmiConnection()
7804 public @interface ConnectionState {} annotation in AudioService
7818 @ConnectionState int state, String caller) { in setWiredDeviceConnectionState()
/frameworks/proto_logging/stats/atoms/corenetworking/platform/
Dvpn_extension_atoms.proto47 optional android.corenetworking.platform.ConnectionState connection_state = 1 [
/frameworks/base/services/core/java/com/android/server/textclassifier/
DTextClassificationManagerService.java43 import android.service.textclassifier.TextClassifierService.ConnectionState;
237 public void onConnectedStateChanged(@ConnectionState int connected) { in onConnectedStateChanged()
/frameworks/base/services/core/java/com/android/server/media/
DLegacyBluetoothRouteController.java329 @MediaRoute2Info.ConnectionState int state) { in setRouteConnectionState()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommender.java232 String callId, @Connection.ConnectionState int state) { in onEmergencyCallConnectionStateChanged()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/satellite/
DSatelliteSOSMessageRecommenderTest.java556 @Connection.ConnectionState int connectionState) { in testStopTrackingCallBeforeTimeout()
/frameworks/base/telecomm/java/android/telecom/
DConnection.java137 public @interface ConnectionState {} annotation in Connection
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DEmergencyStateTracker.java2104 @android.telecom.Connection.ConnectionState int state) { in onNormalRoutingEmergencyCallStateChanged()
/frameworks/proto_logging/stats/
Datoms.proto23967 optional com.google.android.wearable.media.routing.ConnectionState state =4;