Home
last modified time | relevance | path

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

/cts/tests/tests/companion/common/src/android/companion/cts/common/
DRecordingCdmEventObserver.kt24 import android.companion.cts.common.RecordingCallback.OnDeviceFound
52 recordInvocation(CdmCallback(OnDeviceFound(intentSender)))
DRecordingCallback.kt46 logAndRecordInvocation(OnDeviceFound(intentSender)) in onDeviceFound()
71 data class OnDeviceFound(val intentSender: IntentSender) : CallbackInvocation dataClass