//THIS IS STUB!!!! package android.os; public interface SparseArray<T> { int size(); int keyAt(int i); T valueAt(int i); }