Searched refs:mControl (Results 1 – 11 of 11) sorted by relevance
44 private @Nullable RemoteCallback mControl; field in VoiceInteractionSessionControl54 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startVoiceInteractionSession()96 mControl.sendResult(command); in executeCommand()
290 @Nullable private RemoteCallback mControl; field in VoiceInteractionSessionVisibleActivityTest.ActivityControl299 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()356 if (mControl != null) { in executeRemoteCommand()357 mControl.sendResult(command); in executeRemoteCommand()
225 private @Nullable RemoteCallback mControl; field in DirectActionsTest.ActivityControl233 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()318 mControl.sendResult(command); in executeRemoteCommand()
312 boolean mControl; field in PresetReverbTest.ListenerThread318 mControl = control; in ListenerThread()348 if (mControl) { in createListenerLooper()
351 boolean mControl; field in BassBoostTest.ListenerThread357 mControl = control; in ListenerThread()388 if (mControl) { in createListenerLooper()
374 boolean mControl; field in EqualizerTest.ListenerThread380 mControl = control; in ListenerThread()410 if (mControl) { in createListenerLooper()
475 boolean mControl; field in EnvReverbTest.ListenerThread481 mControl = control; in ListenerThread()511 if (mControl) { in createListenerLooper()
614 boolean mControl; field in VirtualizerTest.ListenerThread620 mControl = control; in ListenerThread()650 if (mControl) { in createListenerLooper()
932 boolean mControl; field in AudioEffectTest.ListenerThread938 mControl = control; in ListenerThread()970 if (mControl) { in createListenerLooper()
87 TestServiceConnection mControl; field in PhoneAccountRegistrarTest778 mContext.unbindService(mControl); in unbindSecondTestPackageAndUnregisterAccounts()789 mControl = setUpControl(CAR_MODE_CONTROL, SELF_MANAGED_CAR_RELATIVE_COMPONENT); in bindToSecondTestPackage()791 ICtsCarModeInCallServiceControl.Stub.asInterface(mControl.getService()); in bindToSecondTestPackage()
134 private ICtsSelfManagedConnectionServiceControl mControl; field in SelfManagedConnectionServiceTest.TestServiceConnection144 mControl = ICtsSelfManagedConnectionServiceControl.Stub.asInterface(service); in onServiceConnected()159 return mControl; in getInterface()