Package org.robolectric.shadows
Class ShadowTimeZoneFinder
java.lang.Object
org.robolectric.shadows.ShadowTimeZoneFinder
@Implements(className="libcore.util.TimeZoneFinder",
            minSdk=26,
            maxSdk=28,
            isInAndroidSdk=false)
public class ShadowTimeZoneFinder
extends Object
Shadow of TimeZoneFinder for Android O and P.
- 
Constructor Details
- 
ShadowTimeZoneFinder
public ShadowTimeZoneFinder() 
 - 
 - 
Method Details
- 
getInstance
 - 
readTzlookup
Reads tzlookup.xml from the files bundled inside android-all JARs. We need to read the file instead of passing in the path because the real implementation usesPathswhich doesn't support reading from JARs. 
 -