1{ 2 "methods": { 3 "getMessage()": { 4 "isImplementation": false, 5 "modifiers": [ 6 "public" 7 ], 8 "params": [], 9 "returnType": "java.lang.CharSequence", 10 "exceptions": [], 11 "name": "getMessage()", 12 "documentation": "@return the message displayed in the dialog\n" 13 }, 14 "getProgressStyle()": { 15 "isImplementation": false, 16 "modifiers": [ 17 "public" 18 ], 19 "params": [], 20 "returnType": "int", 21 "exceptions": [], 22 "name": "getProgressStyle()", 23 "documentation": "@return the style of the progress dialog\n" 24 }, 25 "setProgressStyle(int)": { 26 "isImplementation": true, 27 "modifiers": [ 28 "protected" 29 ], 30 "params": [ 31 "style" 32 ], 33 "returnType": "void", 34 "exceptions": [], 35 "name": "setProgressStyle(int)" 36 } 37 }, 38 "imports": [ 39 "org.robolectric.shadow.api.Shadow.directlyOn", 40 "android.app.ProgressDialog", 41 "android.widget.TextView", 42 "org.robolectric.annotation.Implementation", 43 "org.robolectric.annotation.Implements", 44 "org.robolectric.annotation.RealObject", 45 "org.robolectric.util.ReflectionHelpers" 46 ], 47 "name": "org.robolectric.shadows.ShadowProgressDialog" 48}