Package org.robolectric.shadows
Class ShadowVoiceInteractor
java.lang.Object
org.robolectric.shadows.ShadowVoiceInteractor
@Implements(value=android.app.VoiceInteractor.class,
minSdk=23)
public class ShadowVoiceInteractor
extends Object
Shadow implementation of
VoiceInteractor
.-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the number of timesnotifyDirectActionsChanged
was called on theVoiceInteractor
instance associated with this shadowprotected String
Returns the voice interactions called onVoiceInteractor
instance associated with this shadow.protected void
void
setPackageName
(String packageName) protected boolean
submitRequest
(VoiceInteractor.Request request) protected boolean
submitRequest
(VoiceInteractor.Request request, String name)
-
Field Details
-
assistantPackageName
-
-
Constructor Details
-
ShadowVoiceInteractor
public ShadowVoiceInteractor()
-
-
Method Details
-
getPackageName
-
setPackageName
-
notifyDirectActionsChanged
-
submitRequest
@Implementation(minSdk=29) protected boolean submitRequest(VoiceInteractor.Request request, String name) -
submitRequest
-
getDirectActionsInvalidationCount
public int getDirectActionsInvalidationCount()Returns the number of timesnotifyDirectActionsChanged
was called on theVoiceInteractor
instance associated with this shadow -
getVoiceInteractions
Returns the voice interactions called onVoiceInteractor
instance associated with this shadow.
-