Searched defs:RemoteCall (Results 1 – 3 of 3) 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
44 public interface RemoteCall<L> { interface in SingleInstanceRemoteListener
557 public interface RemoteCall<Query, Result> { interface in IpcDataCache