Searched refs:getValueResults (Results 1 – 5 of 5) sorted by relevance
135 List<GetSetValueResult> getValueResults = new ArrayList<>(); in getPropertiesAsync() local139 getValueResults.add(GetSetValueResult.newGetValueResult( in getPropertiesAsync()144 asyncPropertyResultCallback.onGetValueResults(new GetSetValueResultList(getValueResults)); in getPropertiesAsync()
30 void onGetValueResults(in GetSetValueResultList getValueResults); in onGetValueResults() argument
658 List<GetSetValueResultWrapper> getValueResults = new ArrayList<>(); in onGetAsyncResults() local691 getValueResults.add(new GetSetValueResultWrapper(result, in onGetAsyncResults()743 sendGetValueResults(getValueResults); in onGetAsyncResults()
856 public void onGetValueResults(GetSetValueResultList getValueResults) { in onGetValueResults() argument858 getValueResults.getList(), mGetPropertyResultCallback); in onGetValueResults()
1173 List<GetSetValueResult> getValueResults = List.of( in testOnGetValueResult_onSuccessMultipleRequests() local1178 new GetSetValueResultList(getValueResults)); in testOnGetValueResult_onSuccessMultipleRequests()