Removing is_static parameter from MediaProviderWrapper CacheMethod

The method was called from MediaProviderWrapper Constructor to get
methodId. is_static was added to find static methods but this parameter
was never used.
Removing the parameter and the associated logic.

Bug: 147030369
Test: tested by flashing and ran atest CtsScopedStorageDeviceOnlyTest
Change-Id: Ifc604bc3b6a02d09eb5e15a1c3eeb45a05ef7936
2 files changed