Searched refs:getAdapterBindings (Results 1 – 3 of 3) sorted by relevance
62 public Map<ResourceReference, AdapterBinding> getAdapterBindings() { in getAdapterBindings() method in RemoteSessionParamsAdapter63 return mDelegate.getAdapterBindings(); in getAdapterBindings()
38 Map<ResourceReference, AdapterBinding> getAdapterBindings() throws RemoteException; in getAdapterBindings() method
664 AdapterBinding binding = params.getAdapterBindings().get(listRef); in postInflateProcess()