Home
last modified time | relevance | path

Searched defs:e3 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsExceptionTest.java41 ImsException e3 = new ImsException("Test3", ImsException.CODE_ERROR_UNSUPPORTED_OPERATION); in testImsExceptionConstructors() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java156 Element e3 = eb3.add(Element.U8(mRS), "NotUTest").create(); in testEquals() local