Searched refs:aLong (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/net/java/com/android/server/connectivity/ |
D | IpConnectivityEventBuilderTest.java | 21 import static com.android.server.connectivity.MetricsTestUtil.aLong; 277 aLong(5678)); in testIpManagerEventSerialization() 328 aLong(20410)); in testNetworkEventSerialization() 355 aLong(40730), in testValidationProbeEventSerialization() 382 aLong(200), in testApfProgramEventSerialization() 383 aLong(18), in testApfProgramEventSerialization() 416 aLong(45000), in testApfStatsSerialization() 457 aLong(2000), in testRaEventSerialization() 458 aLong(400), in testRaEventSerialization() 459 aLong(300), in testRaEventSerialization() [all …]
|
D | MetricsTestUtil.java | 62 static Consumer<Parcel> aLong(long l) { in aLong() method in MetricsTestUtil
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | apitest.rs | 98 rs_allocation aLong; 278 l = rsGetElementAt_long(aLong, 0); 279 rsSetElementAt_long(aLong, l, 0); 280 l = rsGetElementAt_long(aLong, 0, 0); 281 rsSetElementAt_long(aLong, l, 0, 0); 282 l = rsGetElementAt_long(aLong, 0, 0, 0); 283 rsSetElementAt_long(aLong, l, 0, 0, 0);
|
/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/ |
D | apitest.rs | 98 rs_allocation aLong; 280 l = rsGetElementAt_long(aLong, 0); 281 rsSetElementAt_long(aLong, l, 0); 282 l = rsGetElementAt_long(aLong, 0, 0); 283 rsSetElementAt_long(aLong, l, 0, 0); 284 l = rsGetElementAt_long(aLong, 0, 0, 0); 285 rsSetElementAt_long(aLong, l, 0, 0, 0);
|