Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DObservableServiceConnectionTest.java112 mExecutor.runAll(); in testConnect()
122 mExecutor.runAll(); in testConnect()
129 mExecutor.runAll(); in testDisconnectBeforeBind()
131 mExecutor.runAll(); in testDisconnectBeforeBind()
139 mExecutor.runAll(); in testDisconnect()
145 mExecutor.runAll(); in testDisconnect()
161 mExecutor.runAll(); in testBindingDied()
167 mExecutor.runAll(); in testBindingDied()
178 mExecutor.runAll(); in testNullBinding()
184 mExecutor.runAll(); in testNullBinding()
[all …]
H A DPersistentServiceConnectionTest.java108 mFakeExecutor.runAll(); in testConnect()
125 mFakeExecutor.runAll(); in testRetryOnBindFailure()
135 mFakeExecutor.runAll(); in testRetryOnBindFailure()
145 mFakeExecutor.runAll(); in testRetryOnBindFailure()
167 mFakeExecutor.runAll(); in testManualUnbindDoesNotReconnect()
203 public void runAll() { in runAll() method in PersistentServiceConnectionTest.FakeExecutor
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DScrollCaptureConnectionTest.java170 mFakeUiThread.runAll(); in testRequestImage_afterClose()
215 mFakeUiThread.runAll(); in testEndCapture_afterClose()
289 public void runAll() { in runAll() method in ScrollCaptureConnectionTest.FakeExecutor
/aosp14/frameworks/base/tools/bit/
H A Dmain.cpp965 bool runAll = false; in run_phases() local
970 runAll = true; in run_phases()
983 if (runAll) { in run_phases()