Rename the interface and remove "I" from the name.

In Android, the "I" prefix is exclusively reserved for Binder interfaces (ie AIDL interfaces). Just regular Java interfaces should not have the "I" prefix.

Fix: 157570910
Test: Manual
Change-Id: I1ea1550ee3372c18f108d22d30f015266f140e36
6 files changed