Home
last modified time | relevance | path

Searched defs:subscriptionCaptor (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/util/condition/
DConditionalCoreStartableTest.java113 final ArgumentCaptor<Monitor.Subscription> subscriptionCaptor = ArgumentCaptor.forClass( in testOnStartCallback() local
138 final ArgumentCaptor<Monitor.Subscription> subscriptionCaptor = ArgumentCaptor.forClass( in testOnStartCallbackWithNoConditions() local
169 final ArgumentCaptor<Monitor.Subscription> subscriptionCaptor = ArgumentCaptor.forClass( in testBootCompleted() local
/frameworks/base/core/tests/coretests/src/android/service/controls/
DControlProviderServiceTest.java130 ArgumentCaptor<IControlsSubscription.Stub> subscriptionCaptor = in testOnLoad_allStateless() local
163 ArgumentCaptor<IControlsSubscription.Stub> subscriptionCaptor = in testOnLoad_statefulConvertedToStateless() local
193 ArgumentCaptor<IControlsSubscription.Stub> subscriptionCaptor = in testOnLoadSuggested_allStateless() local
333 ArgumentCaptor<IControlsSubscription.Stub> subscriptionCaptor = in sendControlGetControl() local
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/lowlightclock/
DLowLightMonitorTest.kt109 val subscriptionCaptor = argumentCaptor<Monitor.Subscription>() in setUp() constant
121 val subscriptionCaptor = argumentCaptor<Monitor.Subscription>() in getConditionCallback() constant