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.java23 import static com.android.server.connectivity.MetricsTestUtil.aType;
59 aType(IpReachabilityEvent.class), in testLinkLayerInferrence()
188 aType(DefaultNetworkEvent.class), in testDefaultNetworkEventSerialization()
224 aType(DhcpClientEvent.class), in testDhcpClientEventSerialization()
250 aType(DhcpErrorEvent.class), in testDhcpErrorEventSerialization()
275 aType(IpManagerEvent.class), in testIpManagerEventSerialization()
301 aType(IpReachabilityEvent.class), in testIpReachabilityEventSerialization()
325 aType(NetworkEvent.class), in testNetworkEventSerialization()
354 aType(ValidationProbeEvent.class), in testValidationProbeEventSerialization()
381 aType(ApfProgramEvent.class), in testApfProgramEventSerialization()
[all …]
DMetricsTestUtil.java46 static Consumer<Parcel> aType(Class<?> c) { in aType() method in MetricsTestUtil
/frameworks/base/core/java/android/hardware/
DSensorAdditionalInfo.java193 Sensor aSensor, int aType, int aSerial, int [] aIntValues, float [] aFloatValues) { in SensorAdditionalInfo() argument
195 type = aType; in SensorAdditionalInfo()