/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/ |
H A D | LingerMonitorTest.java | 68 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 D | IpConnectivityEventBuilderTest.java | 25 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 D | PowerComponentHandlerUnitTest.java | 21 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 D | PolicyReaderUnitTest.java | 21 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 D | stats.proto | 90 // 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 D | TestableNetworkCallbackTest.kt | 32 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 D | PolicyManagerTest.cpp | 84 PowerComponent::BLUETOOTH, PowerComponent::CELLULAR, 94 PowerComponent::CELLULAR, PowerComponent::ETHERNET, 116 {PowerComponent::WIFI, PowerComponent::CELLULAR, 127 PowerComponent::CELLULAR, PowerComponent::ETHERNET,
|
H A D | PowerComponentHandlerTest.cpp | 99 {PowerComponent::BLUETOOTH, PowerComponent::WIFI, PowerComponent::CELLULAR, in TEST_F()
|
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/power/ |
H A D | PowerComponentUtil.java | 158 return PowerComponent.CELLULAR; in toPowerComponent() 200 case PowerComponent.CELLULAR: in powerComponentToString()
|
H A D | PowerComponent.java | 43 */int CELLULAR = 6; field
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/1/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 42 CELLULAR = 6, enumConstant
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/aidl_api/android.frameworks.automotive.powerpolicy/current/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 41 CELLULAR = 6, enumConstant
|
/aosp12/frameworks/hardware/interfaces/automotive/powerpolicy/aidl/android/frameworks/automotive/powerpolicy/ |
H A D | PowerComponent.aidl | 53 CELLULAR = 6, enumConstant
|
/aosp12/frameworks/base/services/core/java/com/android/server/connectivity/ |
H A D | IpConnectivityEventBuilder.java | 371 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 D | CarPowerManagerUnitTest.java | 21 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 D | PolicyManager.cpp | 87 {PowerComponent::WIFI, PowerComponent::CELLULAR, PowerComponent::ETHERNET, 106 PowerComponent::CELLULAR,
|
/aosp12/packages/services/Car/service/src/com/android/car/power/ |
H A D | PowerComponentHandler.java | 468 case PowerComponent.CELLULAR: in createPowerComponent()
|
H A D | PolicyReader.java | 112 PowerComponent.WIFI, PowerComponent.CELLULAR,
|
/aosp12/frameworks/base/proto/src/ |
H A D | ipconnectivity.proto | 32 CELLULAR = 2; enumerator
|
/aosp12/packages/services/Car/car-lib/api/ |
H A D | current.txt | 595 field public static final int CELLULAR = 6; // 0x6
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 8448 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..) 8476 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..) 8501 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..) 8526 // Transport type (WIFI, CELLULAR, BLUETOOTH, ..)
|