Searched refs:afterCompute (Results 1 – 4 of 4) sorted by relevance
78 afterCompute();87 afterCompute();127 void afterCompute(); in afterCompute() method130 void setCallBack(AfterCompute afterCompute) { in setCallBack() argument131 mAfterCompute = afterCompute; in setCallBack()134 protected final void afterCompute() { in afterCompute() method in AbstractResolverComparator135 final AfterCompute afterCompute = mAfterCompute; in afterCompute() local136 if (afterCompute != null) { in afterCompute()137 afterCompute.afterCompute(); in afterCompute()255 afterCompute(); in destroy()
88 String referrerPackage, AfterCompute afterCompute) { in ResolverRankerServiceResolverComparator() argument99 setCallBack(afterCompute); in ResolverRankerServiceResolverComparator()308 afterCompute(); in destroy()483 afterCompute(); in predictSelectProbabilities()
153 afterCompute(); in handleResult()
270 public void afterCompute () { in afterCompute() method in ResolverListController.ComputeCallback