HomeSort by relevance Sort by last modified time
    Searched refs:tType (Results 1 - 2 of 2) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/
KeyStore_Impl3Test.java 105 String tType = "TestType";
110 new KeyStoreTestSupport.MCertificate(tType, new byte[10]),
111 new KeyStoreTestSupport.MCertificate(tType, new byte[20]) };
112 PrivateKey pk = new KeyStoreTestSupport.MyPrivateKey(tType, "", new byte[10]);
  /external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
android_test.cc 391 TestType tType(Invalid);
398 tType = Standard;
401 tType = Extended;
404 tType = Stress;
407 tType = Unit;
420 // jint retVal = runAutoTest(tType);
    [all...]

Completed in 42 milliseconds