/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/ |
H A D | PowerComponentHandlerUnitTest.java | 24 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()
|
H A D | PolicyReaderUnitTest.java | 24 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},
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/ |
H A D | PolicyManagerTest.cpp | 85 PowerComponent::ETHERNET, PowerComponent::PROJECTION, 94 PowerComponent::CELLULAR, PowerComponent::ETHERNET, 117 PowerComponent::ETHERNET, PowerComponent::TRUSTED_DEVICE_DETECTION, 127 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
|
H A D | PowerComponentHandlerTest.cpp | 100 PowerComponent::ETHERNET, PowerComponent::PROJECTION, PowerComponent::NFC, in TEST_F()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/ |
H A D | PowerComponentUtil.java | 160 return PowerComponent.ETHERNET; in toPowerComponent() 202 case PowerComponent.ETHERNET: in powerComponentToString()
|
H A D | PowerComponent.java | 46 */int ETHERNET = 7; field
|
/aosp12/packages/apps/Settings/src/com/android/settings/datausage/ |
H A D | DataUsageUtils.java | 49 private static final String ETHERNET = "ethernet"; field in DataUsageUtils 70 return SystemProperties.get(DataUsageUtils.TEST_RADIOS_PROP).contains(ETHERNET); in hasEthernet()
|
H A D | DataUsageBaseFragment.java | 35 private static final String ETHERNET = "ethernet"; field in DataUsageBaseFragment
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 43 ETHERNET = 7, enumConstant
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 42 ETHERNET = 7, enumConstant
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 58 ETHERNET = 7, enumConstant
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | types.hal | 97 ETHERNET = 0x0002,
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityEventBuilder.java | 374 TRANSPORT_LINKLAYER_MAP.append(TRANSPORT_ETHERNET, IpConnectivityLogClass.ETHERNET); in TRANSPORT_LINKLAYER_MAP.append() argument 413 IFNAME_LINKLAYERS[5] = IpConnectivityLogClass.ETHERNET;
|
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/ |
H A D | CarPowerManagerUnitTest.java | 24 import static android.car.hardware.power.PowerComponent.ETHERNET; 256 new int[]{BLUETOOTH, CELLULAR, ETHERNET, LOCATION, MICROPHONE, NFC, PROJECTION, in testGetCurrentPowerPolicy()
|
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/ |
H A D | PolicyManager.cpp | 87 {PowerComponent::WIFI, PowerComponent::CELLULAR, PowerComponent::ETHERNET, 107 PowerComponent::ETHERNET,
|
/aosp12/hardware/qcom/wlan/qcwcn/wifi_hal/ |
H A D | pkt_stats.h | 161 ETHERNET // (SNAP/LLC) enumerator
|
/aosp12/packages/services/Car/service/src/com/android/car/power/ |
H A D | PowerComponentHandler.java | 470 case PowerComponent.ETHERNET: in createPowerComponent()
|
H A D | PolicyReader.java | 113 PowerComponent.ETHERNET, PowerComponent.TRUSTED_DEVICE_DETECTION, PowerComponent.CPU
|
/aosp12/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 33 ETHERNET = 3; enumerator
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
H A D | SupplicantP2pIfaceHal.java | 2545 return WpsConfigMethods.ETHERNET; in stringToWpsConfigMethod()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | SupplicantStaIfaceHal.java | 2777 return WpsConfigMethods.ETHERNET; in stringToWpsConfigMethod()
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | current.txt | 598 field public static final int ETHERNET = 7; // 0x7
|