/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | TestService.java | 311 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/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | LinearLayoutManagerWrapContentTest.java | 61 void onRun() throws Throwable { in deletion() 67 void onRun() throws Throwable { in deletion() 73 void onRun() throws Throwable { in deletion() 85 void onRun() throws Throwable { in addition() 92 void onRun() throws Throwable { in addition() 98 void onRun() throws Throwable { in addition()
|
D | RecyclerViewAnimationsTest.java | 1146 void onRun(TestAdapter testAdapter) throws Throwable { in stableIdNotifyDataSetChanged() 1590 void onRun(TestAdapter adapter) throws Throwable { in addDelete2() 1609 void onRun(TestAdapter adapter) throws Throwable { in addDelete1() 1624 void onRun(TestAdapter adapter) throws Throwable { in addSameIndexTwice() 1639 void onRun(TestAdapter adapter) throws Throwable { in deleteTwice()
|
D | BaseWrapContentTest.java | 163 step.onRun(); in runScenario() 253 abstract void onRun() throws Throwable; in onRun() method in BaseWrapContentTest.Step
|
D | BaseRecyclerViewAnimationsTest.java | 497 onRun(adapter); in run() 500 abstract void onRun(TestAdapter testAdapter) throws Throwable; in onRun() method in BaseRecyclerViewAnimationsTest.AdapterOps
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BaseCommand.java | 54 onRun(); in run() 85 public abstract void onRun() throws Exception; in onRun() method in BaseCommand
|
/frameworks/base/cmds/locksettings/src/com/android/commands/locksettings/ |
D | LockSettingsCmd.java | 71 public void onRun() throws Exception { in onRun() method in LockSettingsCmd
|
/frameworks/base/cmds/vr/src/com/android/commands/vr/ |
D | Vr.java | 59 public void onRun() throws Exception { in onRun() method in Vr
|
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/ |
D | Dpm.java | 82 public void onRun() throws Exception { in onRun() method in Dpm
|
/frameworks/base/cmds/telecom/src/com/android/commands/telecom/ |
D | Telecom.java | 91 public void onRun() throws Exception { in onRun() method in Telecom
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 63 public void onRun() throws Exception { in onRun() method in Am
|
/frameworks/base/cmds/wm/src/com/android/commands/wm/ |
D | Wm.java | 85 public void onRun() throws Exception { in onRun() method in Wm
|
/frameworks/base/cmds/media/src/com/android/commands/media/ |
D | Media.java | 80 public void onRun() throws Exception { in onRun() method in Media
|
/frameworks/opt/net/lowpan/command/java/com/android/commands/lowpan/ |
D | LowpanCtl.java | 128 public void onRun() throws Exception { in onRun() method in LowpanCtl
|