1{ 2 "methods": { 3 "getSearchableInfo(android.content.ComponentName)": { 4 "isImplementation": true, 5 "modifiers": [ 6 "protected" 7 ], 8 "params": [ 9 "componentName" 10 ], 11 "returnType": "android.app.SearchableInfo", 12 "exceptions": [], 13 "name": "getSearchableInfo(android.content.ComponentName)" 14 } 15 }, 16 "imports": [ 17 "android.app.SearchManager", 18 "android.app.SearchableInfo", 19 "android.content.ComponentName", 20 "org.robolectric.annotation.Implementation", 21 "org.robolectric.annotation.Implements" 22 ], 23 "name": "org.robolectric.shadows.ShadowSearchManager" 24}