Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java313 @Captor private ArgumentCaptor<OnActiveSessionsChangedListener> mActiveSessionListenerCap; field in BackgroundRestrictionTest
412 mActiveSessionListenerCap.capture()); in initController()
413 mActiveSessionListener = mActiveSessionListenerCap.getValue(); in initController()