Home
last modified time | relevance | path

Searched refs:StopMessageLoopForTesting (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libchrome/base/android/
H A Djava_handler_thread.h61 void StopMessageLoopForTesting();
H A Djava_handler_thread.cc94 void JavaHandlerThread::StopMessageLoopForTesting() { in StopMessageLoopForTesting() function in base::android::JavaHandlerThread
/aosp_15_r20/external/libchrome/base/message_loop/
H A Dmessage_loop_unittest.cc388 java_thread->StopMessageLoopForTesting(); in TEST_P()