{ "methods": { "createDateIntervalFormat(java.lang.String,java.lang.String,java.lang.String)": { "isImplementation": true, "modifiers": [ "public", "static" ], "params": [ "skeleton", "localeName", "tzName" ], "returnType": "long", "exceptions": [], "maxSdk": 22, "name": "createDateIntervalFormat(java.lang.String,java.lang.String,java.lang.String)" }, "destroyDateIntervalFormat(long)": { "isImplementation": true, "modifiers": [ "public", "static" ], "params": [ "address" ], "returnType": "void", "exceptions": [], "maxSdk": 22, "name": "destroyDateIntervalFormat(long)" }, "formatDateInterval(long,long,long)": { "isImplementation": true, "modifiers": [ "public", "static" ], "params": [ "address", "fromDate", "toDate" ], "returnType": "java.lang.String", "exceptions": [], "maxSdk": 22, "name": "formatDateInterval(long,long,long)" } }, "imports": [ "android.os.Build.VERSION_CODES.KITKAT", "android.os.Build.VERSION_CODES.LOLLIPOP_MR1", "android.os.Build.VERSION_CODES.TIRAMISU", "java.text.FieldPosition", "java.util.HashMap", "java.util.Locale", "java.util.Map", "org.robolectric.annotation.Implementation", "org.robolectric.annotation.Implements" ], "name": "org.robolectric.shadows.ShadowDateIntervalFormat" }