Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/shortcut/
DCreateShortcutPreferenceControllerTest.java112 ArgumentCaptor<ShortcutInfo> infoCaptor = ArgumentCaptor.forClass(ShortcutInfo.class); in createResultIntent() local
114 .createShortcutResultIntent(infoCaptor.capture()); in createResultIntent()
115 assertThat(infoCaptor.getValue().getId()) in createResultIntent()
/packages/modules/Connectivity/tests/unit/java/com/android/server/
DNsdServiceTest.java1346 final ArgumentCaptor<NsdServiceInfo> infoCaptor = in testResolutionWithMdnsDiscoveryManager() local
1348 verify(resolveListener, timeout(TIMEOUT_MS)).onServiceResolved(infoCaptor.capture()); in testResolutionWithMdnsDiscoveryManager()
1352 final NsdServiceInfo info = infoCaptor.getValue(); in testResolutionWithMdnsDiscoveryManager()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiServiceImplTest.java8939 ArgumentCaptor<WifiActivityEnergyInfo> infoCaptor = in getWifiActivityEnergyInfoAsyncSuccess() local
8941 verify(mOnWifiActivityEnergyInfoListener).onWifiActivityEnergyInfo(infoCaptor.capture()); in getWifiActivityEnergyInfoAsyncSuccess()
8942 validateWifiActivityEnergyInfo(infoCaptor.getValue()); in getWifiActivityEnergyInfoAsyncSuccess()