Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
DPowerComponentHandlerUnitTest.java24 import static android.car.hardware.power.PowerComponent.ETHERNET;
80 new int[]{AUDIO, BLUETOOTH, CELLULAR, CPU, DISPLAY, ETHERNET, INPUT, LOCATION, in testGetAccumulatedPolicy_firstTime()
92 new int[]{AUDIO, BLUETOOTH, CELLULAR, CPU, DISPLAY, ETHERNET, INPUT, LOCATION, in testApplyPowerPolicy_oneTime()
110 new int[]{BLUETOOTH, CELLULAR, ETHERNET, LOCATION, MICROPHONE, NFC, PROJECTION, in testApplyPowerPolicy_multipleTimes()
DPolicyReaderUnitTest.java24 import static android.car.hardware.power.PowerComponent.ETHERNET;
72 new int[]{AUDIO, MEDIA, DISPLAY, BLUETOOTH, CELLULAR, ETHERNET, PROJECTION, NFC, INPUT,
76 new int[]{MEDIA, DISPLAY, BLUETOOTH, WIFI, CELLULAR, ETHERNET, PROJECTION, NFC, INPUT,
89 new int[]{WIFI, CELLULAR, ETHERNET, TRUSTED_DEVICE_DETECTION, CPU},
94 new int[]{BLUETOOTH, WIFI, CELLULAR, ETHERNET, NFC, CPU},
/packages/services/Car/cpp/powerpolicy/server/tests/
DPolicyManagerTest.cpp85 PowerComponent::ETHERNET, PowerComponent::PROJECTION,
94 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
117 PowerComponent::ETHERNET, PowerComponent::TRUSTED_DEVICE_DETECTION,
127 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
DPowerComponentHandlerTest.cpp100 PowerComponent::ETHERNET, PowerComponent::PROJECTION, PowerComponent::NFC, in TEST_F()
/packages/services/Car/car-lib/src/android/car/hardware/power/
DPowerComponentUtil.java160 return PowerComponent.ETHERNET; in toPowerComponent()
202 case PowerComponent.ETHERNET: in powerComponentToString()
DPowerComponent.java46 */int ETHERNET = 7; field
/packages/apps/Settings/src/com/android/settings/datausage/
DDataUsageUtils.java49 private static final String ETHERNET = "ethernet"; field in DataUsageUtils
70 return SystemProperties.get(DataUsageUtils.TEST_RADIOS_PROP).contains(ETHERNET); in hasEthernet()
DDataUsageBaseFragment.java35 private static final String ETHERNET = "ethernet"; field in DataUsageBaseFragment
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
DCarPowerManagerUnitTest.java24 import static android.car.hardware.power.PowerComponent.ETHERNET;
253 new int[]{BLUETOOTH, CELLULAR, ETHERNET, LOCATION, MICROPHONE, NFC, PROJECTION, in testGetCurrentPowerPolicy()
/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp87 {PowerComponent::WIFI, PowerComponent::CELLULAR, PowerComponent::ETHERNET,
107 PowerComponent::ETHERNET,
/packages/services/Car/service/src/com/android/car/power/
DPowerComponentHandler.java476 case PowerComponent.ETHERNET: in createPowerComponent()
DPolicyReader.java113 PowerComponent.ETHERNET, PowerComponent.TRUSTED_DEVICE_DETECTION, PowerComponent.CPU
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java2545 return WpsConfigMethods.ETHERNET; in stringToWpsConfigMethod()
/packages/services/Car/car-lib/api/
Dcurrent.txt598 field public static final int ETHERNET = 7; // 0x7
/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java2777 return WpsConfigMethods.ETHERNET; in stringToWpsConfigMethod()