blob: 0658b698eb7dcc744672810fc7231613382dcdf4 [file] [log] [blame]
package android.os;
interface ISomeService {
void readDisk(int times);
}