Searched refs:RemoteSessionParams (Results 1 – 6 of 6) sorted by relevance
31 import com.android.layout.remote.api.RemoteSessionParams;38 …class RemoteSessionParamsAdapter extends RemoteRenderParamsAdapter implements RemoteSessionParams {46 public static RemoteSessionParams create(@NotNull SessionParams params) throws RemoteException { in create()47 return (RemoteSessionParams) UnicastRemoteObject.exportObject( in create()
30 import com.android.layout.remote.api.RemoteSessionParams;44 public static RemoteSessionParams create(@NotNull SessionParams params) throws RemoteException { in create()45 return (RemoteSessionParams) UnicastRemoteObject.exportObject( in create()
26 import com.android.layout.remote.api.RemoteSessionParams;83 RemoteSessionParams remoteParams = RemoteSessionParamsAdapter.create(params); in createSession()
28 import com.android.layout.remote.api.RemoteSessionParams;95 public RemoteRenderSession createSession(@NotNull RemoteSessionParams remoteParams) { in createSession()
33 public interface RemoteSessionParams extends RemoteRenderParams { interface
68 RemoteRenderSession createSession(@NotNull RemoteSessionParams params) throws RemoteException; in createSession()