Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/tests/src/com/android/compatibility/common/util/
DSafeCleanerRuleTest.java201 final Exception extra1 = new Exception("1"); in testThrowTheKitchenSinkAKAEverybodyThrows() local
212 return ImmutableList.of(extra1, extra2); in testThrowTheKitchenSinkAKAEverybodyThrows()
230 .containsExactly(testException, mRuntimeException, error1, error2, extra1, extra2, in testThrowTheKitchenSinkAKAEverybodyThrows()
261 final Exception extra1 = new Exception("1"); 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.rsh23 float extra1;
32 float extra1;
/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
251 stream.writeShort((short) extra1); in createIcmpMessage()