Searched refs:tType (Results 1 – 3 of 3) sorted by relevance
105 String tType = "TestType"; in testLoadStore01() local110 new KeyStoreTestSupport.MCertificate(tType, new byte[10]), in testLoadStore01()111 new KeyStoreTestSupport.MCertificate(tType, new byte[20]) }; in testLoadStore01()112 PrivateKey pk = new KeyStoreTestSupport.MyPrivateKey(tType, "", new byte[10]); in testLoadStore01()
380 TestType tType(Invalid); in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest() local387 tType = Standard; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()390 tType = Extended; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()393 tType = Stress; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()396 tType = Unit; in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
188 TypeVariable tType = (TypeVariable) listOfTType.getActualTypeArguments()[0]; in testCannotCreateKeysWithTypeVariables() local189 TypeLiteral<?> t = TypeLiteral.get(tType); in testCannotCreateKeysWithTypeVariables()