Home
last modified time | relevance | path

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

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DLingerMonitorTest.java68 static final String CELLULAR = "CELLULAR"; field in LingerMonitorTest
106 setNotificationSwitch(transition(WIFI, CELLULAR)); in testTransitions()
116 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationOnLinger()
127 setNotificationSwitch(transition(WIFI, CELLULAR)); in testToastOnLinger()
138 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationClearedAfterDisconnect()
152 setNotificationSwitch(transition(WIFI, CELLULAR)); in testNotificationClearedAfterSwitchingBack()
166 setNotificationSwitch(transition(WIFI, CELLULAR)); in testUniqueToast()
184 setNotificationSwitch(transition(WIFI, CELLULAR)); in testMultipleNotifications()
205 setNotificationSwitch(transition(WIFI, CELLULAR)); in testRateLimiting()
231 setNotificationSwitch(transition(WIFI, CELLULAR)); in testDailyLimiting()
[all …]
H A DIpConnectivityEventBuilderTest.java25 import static com.android.server.connectivity.metrics.nano.IpConnectivityLogClass.CELLULAR;
111 String.format(" link_layer: %d", CELLULAR), in testLinkLayerInferrence()
163 String.format(" link_layer: %d", CELLULAR), in testLinkLayerInferrence()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/power/
H A DPowerComponentHandlerUnitTest.java21 import static android.car.hardware.power.PowerComponent.CELLULAR;
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 DPolicyReaderUnitTest.java21 import static android.car.hardware.power.PowerComponent.CELLULAR;
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/modules/NetworkStack/src/com/android/networkstack/metrics/
H A Dstats.proto90 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
118 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
143 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
169 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
/aosp12/packages/modules/NetworkStack/tests/unit/src/android/net/testutils/
H A DTestableNetworkCallbackTest.kt32 const val CELLULAR = NetworkCapabilities.TRANSPORT_CELLULAR
130 val netCaps = NetworkCapabilities().addTransportType(CELLULAR)
167 !caps.hasTransport(CELLULAR)
171 caps.hasTransport(CELLULAR)
/aosp12/packages/services/Car/cpp/powerpolicy/server/tests/
H A DPolicyManagerTest.cpp84 PowerComponent::BLUETOOTH, PowerComponent::CELLULAR,
94 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
116 {PowerComponent::WIFI, PowerComponent::CELLULAR,
127 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
H A DPowerComponentHandlerTest.cpp99 {PowerComponent::BLUETOOTH, PowerComponent::WIFI, PowerComponent::CELLULAR, in TEST_F()
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/
H A DPowerComponentUtil.java158 return PowerComponent.CELLULAR; in toPowerComponent()
200 case PowerComponent.CELLULAR: in powerComponentToString()
H A DPowerComponent.java43 */int CELLULAR = 6; field
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/
H A DPowerComponent.aidl42 CELLULAR = 6, enumConstant
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/
H A DPowerComponent.aidl41 CELLULAR = 6, enumConstant
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/
H A DPowerComponent.aidl53 CELLULAR = 6, enumConstant
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/
H A DIpConnectivityEventBuilder.java371 TRANSPORT_LINKLAYER_MAP.append(TRANSPORT_CELLULAR, IpConnectivityLogClass.CELLULAR); in TRANSPORT_LINKLAYER_MAP.append() argument
398 IFNAME_LINKLAYERS[0] = IpConnectivityLogClass.CELLULAR;
/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hardware/power/
H A DCarPowerManagerUnitTest.java21 import static android.car.hardware.power.PowerComponent.CELLULAR;
256 new int[]{BLUETOOTH, CELLULAR, ETHERNET, LOCATION, MICROPHONE, NFC, PROJECTION, in testGetCurrentPowerPolicy()
/aosp12/packages/services/Car/cpp/powerpolicy/server/src/
H A DPolicyManager.cpp87 {PowerComponent::WIFI, PowerComponent::CELLULAR, PowerComponent::ETHERNET,
106 PowerComponent::CELLULAR,
/aosp12/packages/services/Car/service/src/com/android/car/power/
H A DPowerComponentHandler.java468 case PowerComponent.CELLULAR: in createPowerComponent()
H A DPolicyReader.java112 PowerComponent.WIFI, PowerComponent.CELLULAR,
/aosp12/frameworks/base/proto/src/
H A Dipconnectivity.proto32 CELLULAR = 2; enumerator
/aosp12/packages/services/Car/car-lib/api/
H A Dcurrent.txt595 field public static final int CELLULAR = 6; // 0x6
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto8448 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
8476 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
8501 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
8526 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)