Home
last modified time | relevance | path

Searched refs:dataConnectionState (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DFullMobileConnectionRepository.kt228 override val dataConnectionState = in <lambda>() constant
230 .flatMapLatest { it.dataConnectionState } in <lambda>()
234 activeRepo.value.dataConnectionState.value in <lambda>()
239 activeRepo.value.dataConnectionState.value in <lambda>()
DCarrierMergedConnectionRepository.kt155 override val dataConnectionState = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.prod.CarrierMergedConnectionRepository
DMobileConnectionRepositoryImpl.kt270 override val dataConnectionState = in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/prod/
DMobileConnectionRepositoryTest.kt274 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_connected()
289 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_connecting()
304 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_disconnected()
319 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_disconnecting()
334 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_suspended()
349 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_handoverInProgress()
364 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_unknown()
379 val job = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in dataConnectionState_invalid()
DCarrierMergedConnectionRepositoryTest.kt85 underTest.dataConnectionState.onEach { latestConnState = it }.launchIn(this) in inactiveWifi_isDefault()
104 underTest.dataConnectionState.onEach { latestConnState = it }.launchIn(this) in activeWifi_isDefault()
DMobileConnectionTelephonySmokeTests.kt227 val connectionJob = underTest.dataConnectionState.onEach { latest = it }.launchIn(this) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DMobileConnectionRepository.kt111 val dataConnectionState: StateFlow<DataConnectionState> constant
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/
DFakeMobileConnectionRepository.kt44 override val dataConnectionState = MutableStateFlow(DataConnectionState.Disconnected) constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.FakeMobileConnectionRepository
/frameworks/base/core/java/com/android/internal/telephony/
DIPhoneStateListener.aidl54 void onPreciseDataConnectionStateChanged(in PreciseDataConnectionState dataConnectionState); in onPreciseDataConnectionStateChanged() argument
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/ui/viewmodel/
DMobileIconViewModelTest.kt110 dataConnectionState.value = DataConnectionState.Connected in setUp()
409 repository.dataConnectionState.value = DataConnectionState.Connected in networkTypeIcon_notNull_whenEnabled()
434 repository.dataConnectionState.value = DataConnectionState.Disconnected in networkType_nullWhenDataDisconnects()
487 repository.dataConnectionState.value = DataConnectionState.Disconnected in networkType_alwaysShow_shownEvenWhenDisconnected()
574 repository.dataConnectionState.value = DataConnectionState.Connected in networkType_notShownWhenNotDefault()
DLocationBasedMobileIconViewModelTest.kt106 dataConnectionState.value = DataConnectionState.Connected in setUp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionParameterizedTest.kt145 launch { conn.dataConnectionState.collect {} } in TestScope()
176 assertThat(conn.dataConnectionState.value).isEqualTo(DataConnectionState.Connected) in TestScope()
DDemoMobileConnectionsRepositoryTest.kt554 launch { conn.dataConnectionState.collect {} } in <lambda>()
587 assertThat(conn.dataConnectionState.value).isEqualTo(DataConnectionState.Connected) in <lambda>()
607 assertThat(conn.dataConnectionState.value).isEqualTo(DataConnectionState.Connected) in <lambda>()
/frameworks/base/core/java/android/telephony/
DPhoneStateListener.java904 @NonNull PreciseDataConnectionState dataConnectionState) { in onPreciseDataConnectionStateChanged()
1448 PreciseDataConnectionState dataConnectionState) { in onPreciseDataConnectionStateChanged() argument
1454 () -> psl.onPreciseDataConnectionStateChanged(dataConnectionState))); in onPreciseDataConnectionStateChanged()
DTelephonyCallback.java1035 @NonNull PreciseDataConnectionState dataConnectionState); in onPreciseDataConnectionStateChanged()
1855 PreciseDataConnectionState dataConnectionState) { in onPreciseDataConnectionStateChanged() argument
1863 dataConnectionState))); in onPreciseDataConnectionStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractor.kt307 connectionRepository.dataConnectionState
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/mobile/domain/interactor/
DMobileIconInteractorTest.kt360 connectionRepository.dataConnectionState.value = DataConnectionState.Connected in dataState_connected()
373 connectionRepository.dataConnectionState.value = DataConnectionState.Disconnected in dataState_notConnected()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/data/repository/demo/
DDemoMobileConnectionRepository.kt174 override val dataConnectionState = in <lambda>() constant in com.android.systemui.statusbar.pipeline.mobile.data.repository.demo.DemoMobileConnectionRepository
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt93 dataConnectionState.value = DataConnectionState.Connected in setUp()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt109 dataConnectionState.value = DataConnectionState.Connected in <lambda>()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...