Searched refs:aVoid (Results 1 – 5 of 5) sorted by relevance
113 protected void onPostExecute(Void aVoid) { in onOptionsItemSelected() argument
109 public Name visitType(TypeElement typeElement, Void aVoid) { in process()
668 private Function<Void, LongArrayQueue> mCreateLongArrayQueue = aVoid -> new LongArrayQueue();669 private Function<Void, ExecutionStats> mCreateExecutionStats = aVoid -> new ExecutionStats();
431 return thenCombine(other, (res, aVoid) -> res); in thenCombine()
195 protected T recompute(Void aVoid) { in recompute() argument