Home
last modified time | relevance | path

Searched refs:aType (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tests/net/java/com/android/server/connectivity/
DIpConnectivityEventBuilderTest.java21 import static com.android.server.connectivity.MetricsTestUtil.aType;
65 aType(IpReachabilityEvent.class), in testLinkLayerInferrence()
230 aType(DhcpClientEvent.class), in testDhcpClientEventSerialization()
256 aType(DhcpErrorEvent.class), in testDhcpErrorEventSerialization()
281 aType(IpManagerEvent.class), in testIpManagerEventSerialization()
307 aType(IpReachabilityEvent.class), in testIpReachabilityEventSerialization()
331 aType(NetworkEvent.class), in testNetworkEventSerialization()
356 aType(ValidationProbeEvent.class), in testValidationProbeEventSerialization()
383 aType(ApfProgramEvent.class), in testApfProgramEventSerialization()
417 aType(ApfStats.class), in testApfStatsSerialization()
[all …]
DMetricsTestUtil.java46 static Consumer<Parcel> aType(Class<?> c) { in aType() method in MetricsTestUtil
/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java248 Sensor aSensor, int aType, int aSerial, int[] aIntValues, float[] aFloatValues) { in SensorAdditionalInfo() argument
250 type = aType; in SensorAdditionalInfo()