1{ 2 "methods": { 3 "getFillEventHistory()": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [], 9 "returnType": "android.service.autofill.FillEventHistory", 10 "exceptions": [], 11 "name": "getFillEventHistory()" 12 } 13 }, 14 "imports": [ 15 "android.os.Build.VERSION_CODES.O", 16 "android.service.autofill.FillEventHistory", 17 "android.view.autofill.AutofillManager", 18 "org.robolectric.annotation.Implementation", 19 "org.robolectric.annotation.Implements" 20 ], 21 "name": "org.robolectric.shadows.ShadowAutofillManager", 22 "documentation": "Robolectric implementation of {@link android.os.AutofillManager}.\n" 23}