Searched defs:RemoteCall (Results 1 – 4 of 4) 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
87 public interface RemoteCall<Input, Output> { interface in IpcDataCache
577 public interface RemoteCall<Query, Result> { interface in IpcDataCache