Searched refs:connectionCallback (Results 1 – 3 of 3) sorted by relevance
237 boolean setConnectionCallback(IMagnificationConnectionCallback connectionCallback) { in setConnectionCallback() argument244 "callback=" + connectionCallback); in setConnectionCallback()247 mConnection.setConnectionCallback(connectionCallback); in setConnectionCallback()
75 @Captor lateinit var connectionCallback: ArgumentCaptor<MediaBrowser.ConnectionCallback> in capture() variable in com.android.systemui.media.controls.domain.resume.ResumeMediaBrowserTest83 whenever(browserFactory.create(any(), capture(connectionCallback), any())) in capture()336 whenever(browser.connect()).thenAnswer { connectionCallback.value.onConnectionFailed() } in capture()341 whenever(browser.connect()).thenAnswer { connectionCallback.value.onConnected() } in capture()
217 val connectionCallback = getTelephonyCallbackForType<DataConnectionStateListener>() in <lambda>() constant220 connectionCallback.onDataConnectionStateChanged( in <lambda>()