Searched refs:aVoid (Results 1 – 4 of 4) sorted by relevance
113 protected void onPostExecute(Void aVoid) { in onOptionsItemSelected() argument
115 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();
430 return thenCombine(other, (res, aVoid) -> res); in thenCombine()