Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/plugins/
DPluginManagerTest.java71 @Captor ArgumentCaptor<UncaughtExceptionHandler> mExPreHandlerCaptor; field in PluginManagerTest
187 mExPreHandlerCaptor.capture()); in captureExceptionHandler()
188 List<UncaughtExceptionHandler> allValues = mExPreHandlerCaptor.getAllValues(); in captureExceptionHandler()