/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/ |
H A D | SSLServerSocketFactoryWrapper.java | 40 private SSLServerSocketFactory mFactory; field in class:SSLServerSocketFactoryWrapper 47 mFactory = sslcontext.getServerSocketFactory(); 59 return mFactory.createServerSocket(port); 65 return mFactory.createServerSocket(port, backlog); 71 return mFactory.createServerSocket(port, backlog, ifAddress); 76 return mFactory.getDefaultCipherSuites(); 81 return mFactory.getSupportedCipherSuites();
|
H A D | SSLSocketFactoryWrapper.java | 41 private SSLSocketFactory mFactory; field in class:SSLSocketFactoryWrapper 59 mFactory = sslcontext.getSocketFactory(); 71 return mFactory.createSocket(); 78 return mFactory.createSocket(inaddr, i); 84 return mFactory.createSocket(inaddr, i, inaddr1, j); 90 return mFactory.createSocket(socket, s, i, flag); 95 return mFactory.createSocket(s, i); 101 return mFactory.createSocket(s, i, inaddr, j); 106 return mFactory.getDefaultCipherSuites(); 111 return mFactory [all...] |
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
H A D | ViewInflater.java | 66 private static XmlPullParserFactory mFactory; field in class:ViewInflater 247 if (mFactory == null) { 248 mFactory = XmlPullParserFactory.newInstance(); 249 mFactory.setNamespaceAware(true); 251 return mFactory;
|
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |
H A D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |