Home
last modified time | relevance | path

Searched refs:mControl (Results 1 – 11 of 11) sorted by relevance

/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/testcore/
DVoiceInteractionSessionControl.java44 private @Nullable RemoteCallback mControl; field in VoiceInteractionSessionControl
54 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startVoiceInteractionSession()
96 mControl.sendResult(command); in executeCommand()
/cts/tests/tests/voiceinteraction/src/android/voiceinteraction/cts/
DVoiceInteractionSessionVisibleActivityTest.java290 @Nullable private RemoteCallback mControl; field in VoiceInteractionSessionVisibleActivityTest.ActivityControl
299 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()
356 if (mControl != null) { in executeRemoteCommand()
357 mControl.sendResult(command); in executeRemoteCommand()
DDirectActionsTest.java225 private @Nullable RemoteCallback mControl; field in DirectActionsTest.ActivityControl
233 mControl = result.getParcelable(Utils.VOICE_INTERACTION_KEY_CONTROL); in startActivity()
318 mControl.sendResult(command); in executeRemoteCommand()
/cts/tests/tests/media/audio/src/android/media/audio/cts/
DPresetReverbTest.java312 boolean mControl; field in PresetReverbTest.ListenerThread
318 mControl = control; in ListenerThread()
348 if (mControl) { in createListenerLooper()
DBassBoostTest.java351 boolean mControl; field in BassBoostTest.ListenerThread
357 mControl = control; in ListenerThread()
388 if (mControl) { in createListenerLooper()
DEqualizerTest.java374 boolean mControl; field in EqualizerTest.ListenerThread
380 mControl = control; in ListenerThread()
410 if (mControl) { in createListenerLooper()
DEnvReverbTest.java475 boolean mControl; field in EnvReverbTest.ListenerThread
481 mControl = control; in ListenerThread()
511 if (mControl) { in createListenerLooper()
DVirtualizerTest.java614 boolean mControl; field in VirtualizerTest.ListenerThread
620 mControl = control; in ListenerThread()
650 if (mControl) { in createListenerLooper()
DAudioEffectTest.java932 boolean mControl; field in AudioEffectTest.ListenerThread
938 mControl = control; in ListenerThread()
970 if (mControl) { in createListenerLooper()
/cts/tests/tests/telecom/src/android/telecom/cts/
DPhoneAccountRegistrarTest.java87 TestServiceConnection mControl; field in PhoneAccountRegistrarTest
778 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()
DSelfManagedConnectionServiceTest.java134 private ICtsSelfManagedConnectionServiceControl mControl; field in SelfManagedConnectionServiceTest.TestServiceConnection
144 mControl = ICtsSelfManagedConnectionServiceControl.Stub.asInterface(service); in onServiceConnected()
159 return mControl; in getInterface()