Home
last modified time | relevance | path

Searched refs:stopListening (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/
DSpeechRecognitionActivity.java77 public void stopListening() { in stopListening() method in SpeechRecognitionActivity
78 mHandler.post(mRecognizer::stopListening); in stopListening()
DAbstractRecognitionServiceTest.java306 mActivity.stopListening(); in executeSequenceTest()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
DDataFragment.java111 mManager.stopListening(); in onDetach()
/cts/hostsidetests/devicepolicy/app/WidgetProvider/src/com/android/cts/widgetprovider/
DSimpleAppWidgetHostService.java159 mAppWidgetHost.stopListening(); in onDestroy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/
DManager.java85 public void stopListening() { in stopListening() method in Manager
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DConcurrencyTest.java729 mWifiP2pManager.stopListening(mWifiP2pChannel, mActionListener); in testP2pListening()
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java804 host.stopListening(); in testAppWidgetRemoved()