Home
last modified time | relevance | path

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

/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/sdp/
H A DDipTest.java65 private ArgumentCaptor<Bundle> mBundleArgument = ArgumentCaptor.forClass(Bundle.class); field in DipTest
137 mBundleArgument.capture()); in testDipCallbackSuccess()