Home
last modified time | relevance | path

Searched refs:onRun (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DTestService.java311 running = mBackgroundOp.onRun(); in run()
324 running = mForegroundOp.onRun(); in run()
448 abstract boolean onRun(); in onRun() method in TestService.Op
463 boolean onRun() { in onRun() method in TestService.NoOp
477 boolean onRun() { in onRun() method in TestService.CpuOp
487 boolean onRun() { in onRun() method in TestService.SchedulerOp
499 boolean onRun() { in onRun() method in TestService.GcOp
510 boolean onRun() { in onRun() method in TestService.ObjectGcOp
529 boolean onRun() { in onRun() method in TestService.FinalizingGcOp
540 boolean onRun() { in onRun() method in TestService.PaintGcOp
[all …]
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java62 onRun(); in run()
93 public abstract void onRun() throws Exception; in onRun() method in BaseCommand
/frameworks/base/cmds/vr/src/com/android/commands/vr/
DVr.java59 public void onRun() throws Exception { in onRun() method in Vr
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java81 public void onRun() throws Exception { in onRun() method in Am