Searched refs:mBindServiceEventListenerCap (Results 1 – 1 of 1) sorted by relevance
319 @Captor private ArgumentCaptor<BindServiceEventListener> mBindServiceEventListenerCap; field in BackgroundRestrictionTest418 .addBindServiceEventListener(mBindServiceEventListenerCap.capture()); in initController()419 mBindServiceEventListener = mBindServiceEventListenerCap.getValue(); in initController()