Searched refs:bcpInterface (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/lang/invoke/ |
D | ExplicitCastArgumentsTest.java | 344 Class bcpInterface = Serializable.class; in testNonBCPRef2BCPRef() local 352 Class[] parents = {bcpInterface, bcpSuperClass}; in testNonBCPRef2BCPRef() 377 testConversion(mode, bcpInterface, nonBcpSubClass, in testNonBCPRef2BCPRef() 412 Class bcpInterface = CharSequence.class; in testBCPRef2BCPRef() local 423 testConversion(mode, children[i], bcpInterface, childInst[i], in testBCPRef2BCPRef() 427 testConversion(mode, children[i], bcpInterface, null, in testBCPRef2BCPRef() 431 testConversion(mode, bcpInterface, in testBCPRef2BCPRef() 434 testConversion(mode, bcpInterface, in testBCPRef2BCPRef() 446 testConversion(mode, bcpInterface, bcpSubClass1, testObj02, in testBCPRef2BCPRef()
|