Searched refs:RemoteBridge (Results 1 – 4 of 4) sorted by relevance
25 import com.android.layout.remote.api.RemoteBridge;41 private final RemoteBridge mDelegate;43 private RemoteBridgeClient(@NotNull RemoteBridge delegate) { in RemoteBridgeClient()51 RemoteBridge remoteBridge = (RemoteBridge) registry.lookup(RemoteBridge.class.getName()); in getRemoteBridge()
19 import com.android.layout.remote.api.RemoteBridge;178 RemoteBridge stub = (RemoteBridge) UnicastRemoteObject.exportObject(remoteBridge, 0);184 registry.rebind(RemoteBridge.class.getName(), stub);
23 import com.android.layout.remote.api.RemoteBridge;50 public class RemoteBridgeImpl implements RemoteBridge {
36 public interface RemoteBridge extends Remote { interface