Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
H A DBackgroundRestrictionTest.java304 @Captor private ArgumentCaptor<AppStateTracker.BackgroundRestrictedAppListener> mFasListenerCap; field in BackgroundRestrictionTest
401 .addBackgroundRestrictedAppListener(mFasListenerCap.capture()); in initController()
402 mFasListener = mFasListenerCap.getValue(); in initController()