Sign in
android
/
platform
/
frameworks
/
base
/
2c019628f440021c4c12105a138ebc9f42b4b11e
/
.
/
apct-tests
/
perftests
/
core
/
src
/
android
/
os
/
ISomeService.aidl
blob: 0658b698eb7dcc744672810fc7231613382dcdf4 [
file
] [
log
] [
blame
]
package
android
.
os
;
interface
ISomeService
{
void
readDisk
(
int
times
);
}