Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DSafeCleanerRuleTest.java202 final Exception extra2 = new Exception("2"); in testThrowTheKitchenSinkAKAEverybodyThrows() local
212 return ImmutableList.of(extra1, extra2); in testThrowTheKitchenSinkAKAEverybodyThrows()
230 .containsExactly(testException, mRuntimeException, error1, error2, extra1, extra2, in testThrowTheKitchenSinkAKAEverybodyThrows()
262 final Exception extra2 = new Exception("2"); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper() local
273 return ImmutableList.of(extra1, extra2); in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
292 .containsExactly(testException, error1, error2, extra4, extra1, extra2, extra3) in testThrowTheKitchenSinkAKAEverybodyThrows_withDumper()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dstructs.rsh24 float2 extra2;
33 float2 extra2;
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/vpn/
DVpnTestHelper.java244 private static byte[] createIcmpMessage(int type, int code, int extra1, int extra2, in createIcmpMessage() argument
252 stream.writeShort((short) extra2); in createIcmpMessage()