Home
last modified time | relevance | path

Searched refs:Disconnected (Results 1 – 15 of 15) sorted by relevance

/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto136 * Disconnected because of an unknown or unspecified reason.
141 * Disconnected because there was an error, such as a problem with the network.
146 * Disconnected because of a local user-initiated action, such as hanging up.
151 * Disconnected because of a remote user-initiated action, such as the other party hanging up
157 * Disconnected because it has been canceled.
162 * Disconnected because there was no response to an incoming call.
167 * Disconnected because the user rejected an incoming call.
172 * Disconnected because the other party was busy.
177 * Disconnected because of a restriction on placing the call, such as dialing in airplane
183 * Disconnected for reason not described by other disconnect codes.
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/model/
DDataConnectionState.kt34 Disconnected,
56 DATA_DISCONNECTED -> DataConnectionState.Disconnected in toDataConnectionType()
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto687 // Disconnected because of an unknown or unspecified reason.
690 // Disconnected because there was an error, such as a problem with the
694 // Disconnected because of a local user-initiated action, such as hanging up.
697 // Disconnected because of a remote user-initiated action, such as the other
701 // Disconnected because it has been canceled.
704 // Disconnected because there was no response to an incoming call.
707 // Disconnected because the user rejected an incoming call.
710 // Disconnected because the other party was busy.
713 // Disconnected because of a restriction on placing the call, such as dialing
717 // Disconnected for reason not described by other disconnect codes.
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepository.kt161 DataConnectionState.Disconnected in <lambda>()
164 .stateIn(scope, SharingStarted.WhileSubscribed(), DataConnectionState.Disconnected) in <lambda>()
DMobileConnectionRepositoryImpl.kt53 import com.android.systemui.statusbar.pipeline.mobile.data.model.DataConnectionState.Disconnected in <lambda>()
274 .stateIn(scope, SharingStarted.WhileSubscribed(), Disconnected) in <lambda>()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsEnablementTracker.java224 private final Disconnected mDisconnected;
243 mDisconnected = new Disconnected(); in ImsEnablementTrackerStateMachine()
302 case Disconnected.STATE_NO: in isState()
614 class Disconnected extends State { class in ImsEnablementTracker.ImsEnablementTrackerStateMachine
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt44 override val dataConnectionState = MutableStateFlow(DataConnectionState.Disconnected)
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DCarrierMergedConnectionRepositoryTest.kt90 assertThat(latestConnState).isEqualTo(DataConnectionState.Disconnected) in inactiveWifi_isDefault()
109 assertThat(latestConnState).isEqualTo(DataConnectionState.Disconnected) in activeWifi_isDefault()
DMobileConnectionRepositoryTest.kt310 assertThat(latest).isEqualTo(DataConnectionState.Disconnected) in dataConnectionState_disconnected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt173 private val _dataConnectionState = MutableStateFlow(DataConnectionState.Disconnected) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt434 repository.dataConnectionState.value = DataConnectionState.Disconnected in networkType_nullWhenDataDisconnects()
487 repository.dataConnectionState.value = DataConnectionState.Disconnected in networkType_alwaysShow_shownEvenWhenDisconnected()
/frameworks/native/services/surfaceflinger/Scheduler/
DScheduler.h152 enum class Hotplug { Connected, Disconnected }; enumerator
DScheduler.cpp174 dispatchHotplug(displayId, Hotplug::Disconnected); in unregisterDisplay()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt373 connectionRepository.dataConnectionState.value = DataConnectionState.Disconnected in dataState_notConnected()
/frameworks/opt/telephony/proto/src/
Dtelephony.proto742 // Disconnected event