Home
last modified time | relevance | path

Searched refs:ethernet (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/data/model/
DDefaultConnectionModel.kt55 val ethernet: Ethernet = Ethernet(isDefault = false), constant in com.android.systemui.statusbar.pipeline.shared.data.model.DefaultConnectionModel
75 message.bool4 = ethernet.isDefault in messageInitializer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/ethernet/domain/
DEthernetInteractor.kt17 package com.android.systemui.statusbar.pipeline.ethernet.domain
42 if (it.ethernet.isDefault) { in <lambda>()
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DFakeConnectivityRepository.kt64 ethernet = DefaultConnectionModel.Ethernet(default), in setEthernetConnected()
/frameworks/base/apex/jobscheduler/
DREADME_js-mainline.md8 `SYSTEMSERVERCLASSPATH=/system/framework/services.jar:/system/framework/ethernet-service.jar:/syste…
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/ethernet/domain/
DEthernetInteractorTest.kt17 package com.android.systemui.statusbar.pipeline.ethernet.domain
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModel.kt30 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
235 it.ethernet.isDefault -> ethernetIconFlow in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractor.kt35 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
254 it.ethernet.isDefault -> ethernetIconFlow in <lambda>()
/frameworks/proto_logging/stats/enums/corenetworking/connectivity/
Denums.proto34 // So in addition to the above RAT types, others(BT, ethernet or no RAT) will be classified
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/data/repository/
DConnectivityRepositoryImplTest.kt254 assertThat(latest!!.ethernet.isDefault).isFalse() in defaultConnections_noTransports_nothingIsDefault()
277 assertThat(latest!!.ethernet.isDefault).isFalse() in defaultConnections_cellularTransport_mobileIsDefault()
299 assertThat(latest!!.ethernet.isDefault).isFalse() in defaultConnections_wifiTransport_wifiIsDefault()
321 assertThat(latest!!.ethernet.isDefault).isTrue() in defaultConnections_ethernetTransport_ethernetIsDefault()
617 assertThat(latest!!.ethernet.isDefault).isTrue() in defaultConnections_multipleTransports_multipleDefault()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/
DInternetTileNewImplTest.kt36 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor
/frameworks/native/data/etc/
DAndroid.bp92 name: "android.hardware.ethernet.prebuilt.xml",
93 src: "android.hardware.ethernet.xml",
/frameworks/base/services/
Dproguard.flags37 # Various classes subclassed in or referenced via JNI in ethernet-service
/frameworks/base/core/proto/android/net/
Dnetworkcapabilities.proto80 // ethernet, a paired BT device or a wifi the user asked to connect to.
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/
DInternetTileViewModelTest.kt33 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/internet/domain/interactor/
DInternetTileDataInteractorTest.kt42 import com.android.systemui.statusbar.pipeline.ethernet.domain.EthernetInteractor in <lambda>()
/frameworks/base/core/api/
Dsystem-current.txt3791 field public static final String ETHERNET_SERVICE = "ethernet";
Dcurrent.txt13126 field public static final String FEATURE_ETHERNET = "android.hardware.ethernet";