Searched refs:bundleCaptor (Results 1 – 3 of 3) sorted by relevance
202 ArgumentCaptor<Bundle> bundleCaptor = ArgumentCaptor.forClass(Bundle.class); in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils() local204 bundleCaptor.capture(), in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils()208 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_shortPress_withoutRegisteredEventHandler_triggersAssistUtils()220 ArgumentCaptor<Bundle> bundleCaptor = ArgumentCaptor.forClass(Bundle.class); in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils() local222 bundleCaptor.capture(), in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils()226 assertThat(bundleCaptor.getValue().getBoolean(CarInputService.EXTRA_CAR_PUSH_TO_TALK)) in voiceKey_longPress_withoutRegisteredEventHandler_triggersAssistUtils()
672 ArgumentCaptor<Bundle> bundleCaptor = ArgumentCaptor.forClass(Bundle.class); in testDefaultGuestRestrictions() local675 verify(mUserManager).setDefaultGuestRestrictions(bundleCaptor.capture()); in testDefaultGuestRestrictions()676 Bundle guestRestrictions = bundleCaptor.getValue(); in testDefaultGuestRestrictions()
1731 final ArgumentCaptor<Bundle> bundleCaptor = ArgumentCaptor.forClass(Bundle.class);1734 .startCaptivePortalApp(networkCaptor.capture(), bundleCaptor.capture());1736 final Bundle bundle = bundleCaptor.getValue();2315 final ArgumentCaptor<Bundle> bundleCaptor = ArgumentCaptor.forClass(Bundle.class);2318 .startCaptivePortalApp(networkCaptor.capture(), bundleCaptor.capture());2320 final Bundle bundle = bundleCaptor.getValue();