Home
last modified time | relevance | path

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

/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
DObservableServiceConnectionTest.java122 mExecutor.runAll(); in testConnect()
132 mExecutor.runAll(); in testConnect()
139 mExecutor.runAll(); in testDisconnectBeforeBind()
141 mExecutor.runAll(); in testDisconnectBeforeBind()
149 mExecutor.runAll(); in testDisconnect()
155 mExecutor.runAll(); in testDisconnect()
171 mExecutor.runAll(); in testBindingDied()
177 mExecutor.runAll(); in testBindingDied()
188 mExecutor.runAll(); in testNullBinding()
194 mExecutor.runAll(); in testNullBinding()
[all …]
DPersistentServiceConnectionTest.java119 mFakeExecutor.runAll(); in testConnect()
136 mFakeExecutor.runAll(); in testRetryOnBindFailure()
146 mFakeExecutor.runAll(); in testRetryOnBindFailure()
156 mFakeExecutor.runAll(); in testRetryOnBindFailure()
178 mFakeExecutor.runAll(); in testManualUnbindDoesNotReconnect()
214 public void runAll() { in runAll() method in PersistentServiceConnectionTest.FakeExecutor
/frameworks/base/core/tests/coretests/src/android/view/
DScrollCaptureConnectionTest.java170 mFakeUiThread.runAll(); in testRequestImage_afterClose()
215 mFakeUiThread.runAll(); in testEndCapture_afterClose()
289 public void runAll() { in runAll() method in ScrollCaptureConnectionTest.FakeExecutor
/frameworks/base/tools/bit/
Dmain.cpp965 bool runAll = false; in run_phases() local
970 runAll = true; in run_phases()
983 if (runAll) { in run_phases()