Searched defs:RemoteCall (Results 1 – 2 of 2) sorted by relevance
46 public class RemoteCall { class75 public RemoteCall(RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() method in RemoteCall86 public RemoteCall(boolean cancelled, RemoteCallable<IBackupCallback> callable, long timeoutMs) { in RemoteCall() method in RemoteCall
41 public interface RemoteCall<L> { interface in SingleInstanceRemoteListener