package android.os; interface ISomeService { void readDisk(int times); }