Searched refs:connectionCallback (Results 1 – 2 of 2) sorted by relevance
116 MediaButtonConnectionCallback connectionCallback = in onReceive() local119 mediaBrowserServiceComponentName, connectionCallback, null); in onReceive()120 connectionCallback.setMediaBrowser(mediaBrowser); in onReceive()
96 public ConnectionCallbackProxy(T connectionCallback) { in ConnectionCallbackProxy() argument97 mConnectionCallback = connectionCallback; in ConnectionCallbackProxy()