HomeSort by relevance Sort by last modified time
    Searched defs:currentStream (Results 1 - 10 of 10) sorted by null

  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKX509CertificateFactory.java 44 private InputStream currentStream = null;
171 if (currentStream == null)
173 currentStream = in;
177 else if (currentStream != in) // reset if input stream has changed
179 currentStream = in;
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 486 Uri currentStream = mIntent.getParcelableExtra(Intent.EXTRA_STREAM);
487 if (currentStream == null) {
493 if (currentStream != null) {
495 mStreams.add(currentStream);
    [all...]
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 613 final String currentStream = mResults.getString(
616 String.format("%s\nGenerated code coverage data to %s", currentStream,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests3/lib2/libs/
android-support-v13.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 288 milliseconds