Searched refs:connectionCallback (Results 1 – 2 of 2) sorted by relevance
123 MediaButtonConnectionCallback connectionCallback = in onReceive() local126 mediaBrowserServiceComponentName, connectionCallback, null); in onReceive()127 connectionCallback.setMediaBrowser(mediaBrowser); in onReceive()
97 public ConnectionCallbackProxy(T connectionCallback) { in ConnectionCallbackProxy() argument98 mConnectionCallback = connectionCallback; in ConnectionCallbackProxy()