Package org.robolectric.shadows
Class ShadowTimeZoneFinderS
java.lang.Object
org.robolectric.shadows.ShadowTimeZoneFinderS
@Implements(value=com.android.i18n.timezone.TimeZoneFinder.class, minSdk=31, isInAndroidSdk=false, looseSignatures=true) public class ShadowTimeZoneFinderS extends Object
Shadow for TimeZoneFinder on S or above.
-
Constructor Summary
Constructors Constructor Description ShadowTimeZoneFinderS()
-
Method Summary
Modifier and Type Method Description protected static Object
getInstance()
-
Constructor Details
-
ShadowTimeZoneFinderS
public ShadowTimeZoneFinderS()
-
-
Method Details