Home
last modified time | relevance | path

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

/cts/tests/tests/bluetooth/src/android/bluetooth/cts/
DBluetoothLeAudioTest.java76 private TestCallback mTestCallback; field in BluetoothLeAudioTest
159 mTestCallback = new TestCallback(); in setUp()
281 () -> mBluetoothLeAudio.registerCallback(mTestExecutor, mTestCallback)); in registerCallbackNoPermission()
294 mBluetoothLeAudio.registerCallback(null, mTestCallback)); in registerUnregisterCallback()
302 mBluetoothLeAudio.registerCallback(mTestExecutor, mTestCallback); in registerUnregisterCallback()
308 mBluetoothLeAudio.unregisterCallback(mTestCallback); in registerUnregisterCallback()
329 mTestCallback.onCodecConfigChanged(mTestGroupId, TEST_CODEC_STATUS); in callback()
330 mTestCallback.onGroupNodeAdded(mTestDevice, mTestGroupId); in callback()
331 mTestCallback.onGroupNodeRemoved(mTestDevice, mTestGroupId); in callback()
332 mTestCallback.onGroupStatusChanged(mTestGroupId, mTestGroupStatus); in callback()
[all …]
DBluetoothVolumeControlTest.java80 private TestCallback mTestCallback; field in BluetoothVolumeControlTest
177 mTestCallback = new TestCallback(); in setUp()
194 mTestCallback = null; in tearDown()
249 mBluetoothVolumeControl.registerCallback(null, mTestCallback)); in registerUnregisterCallback()
256 mBluetoothVolumeControl.registerCallback(mTestExecutor, mTestCallback); in registerUnregisterCallback()
257 mBluetoothVolumeControl.unregisterCallback(mTestCallback); in registerUnregisterCallback()
262 () -> mBluetoothVolumeControl.registerCallback(mTestExecutor, mTestCallback)); in registerUnregisterCallback()
348 mTestCallback.onVolumeOffsetChanged(mTestDevice, mTestVolumeOffset); in volumeOffsetCallback()
365 mTestCallback.onVolumeOffsetChanged(mTestDevice, mTestVocsInstanceId, mTestVolumeOffset); in volumeOffsetWithInstanceIdCallback()
382 mTestCallback.onVolumeOffsetAudioLocationChanged( in volumeOffsetAudioLocationCallback()
[all …]
DBluetoothCsipSetCoordinatorTest.java79 private TestCallback mTestCallback; field in BluetoothCsipSetCoordinatorTest
154 mTestCallback = new TestCallback(); in setUp()
168 mTestCallback = null; in tearDown()
258 mBluetoothCsipSetCoordinator.lockGroup(mTestGroupId, null, mTestCallback)); in lockUnlockGroup()
266 mTestCallback)); in lockUnlockGroup()
275 mTestExecutor, mTestCallback); in lockUnlockGroup()
303 mTestCallback.onGroupLockSet(mTestGroupId, mTestOperationStatus, mIsLocked); in lockCallback()
DBluetoothLeBroadcastAssistantTest.java116 private final TestCallback mTestCallback = new TestCallback(); field in BluetoothLeBroadcastAssistantTest
577 mTestCallback.onSourceLost(mTestBroadcastId); in onSourceLostCallback()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/net/
DMultiNetworkConnectivityTestActivity.java652 final MultinetworkTestCallback mTestCallback; field in MultiNetworkConnectivityTestActivity.MultiNetworkValidator
666 mTestCallback = testCallback; in MultiNetworkValidator()
678 mTestCallback.testStarted(); in startTest()
684 mTestCallback.testProgress( in startTest()
718 mTestCallback.testCompleted(MultiNetworkValidator.this); in endTest()
799 mTestCallback.testProgress(mTestProgressMessage); in onContinuePreWifiConnect()
809 mTestCallback.testProgress(R.string.multinetwork_connectivity_test_progress_2); in onWifiNetworkConnected()
832 mTestCallback.testProgress(R.string.multinetwork_connectivity_test_connect_wifi); in connectToWifi()
875 mTestCallback.testProgress(mTestProgressMessage); in onContinuePreWifiConnect()
882 mTestCallback.testProgress(R.string.multinetwork_connectivity_test_connect_wifi); in connectToWifi()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DTextViewMouseInteractionTest.java98 ActionMode.Callback mTestCallback = new ActionMode.Callback() { field in TextViewMouseInteractionTest
128 textView.setCustomSelectionActionModeCallback(mTestCallback); in testFloatingToolbarByTouch()
147 textView.setCustomSelectionActionModeCallback(mTestCallback); in testFloatingToolbarByMouse()
/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/
DASurfaceControlTestActivity.java310 private final SurfaceHolder.Callback mTestCallback; field in ASurfaceControlTestActivity.SurfaceHolderCallback
316 mTestCallback = callback; in SurfaceHolderCallback()
323 mTestCallback.surfaceCreated(holder); in surfaceCreated()
334 mTestCallback.surfaceChanged(holder, format, width, height); in surfaceChanged()
339 mTestCallback.surfaceDestroyed(holder); in surfaceDestroyed()