Class ShadowEnvironment.ShadowUserEnvironment

  • Enclosing class:
    ShadowEnvironment

    @Implements(className="android.os.Environment$UserEnvironment",
                isInAndroidSdk=false,
                minSdk=17)
    public static class ShadowEnvironment.ShadowUserEnvironment
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.io.File[] getExternalDirs()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowUserEnvironment

        public ShadowUserEnvironment()
    • Method Detail

      • getExternalDirs

        @Implementation(minSdk=23)
        protected java.io.File[] getExternalDirs()