Searched refs:afterCompute (Results 1 – 3 of 3) sorted by relevance
/packages/modules/IntentResolver/java/src/com/android/intentresolver/model/ |
D | AbstractResolverComparator.java | 90 afterCompute(); 99 afterCompute(); 163 public void setCallBack(Runnable afterCompute) { in setCallBack() argument 164 mAfterCompute = afterCompute; in setCallBack() 175 protected final void afterCompute() { in afterCompute() method in AbstractResolverComparator 176 final Runnable afterCompute = mAfterCompute; in afterCompute() local 177 if (afterCompute != null) { in afterCompute() 178 afterCompute.run(); in afterCompute() 312 afterCompute(); in destroy()
|
D | ResolverRankerServiceResolverComparator.java | 107 String referrerPackage, Runnable afterCompute, in ResolverRankerServiceResolverComparator() argument 110 this(launchedFromContext, intent, referrerPackage, afterCompute, eventLog, in ResolverRankerServiceResolverComparator() 123 String referrerPackage, Runnable afterCompute, EventLog eventLog, in ResolverRankerServiceResolverComparator() argument 143 setCallBack(afterCompute); in ResolverRankerServiceResolverComparator() 311 afterCompute(); in destroy() 493 afterCompute(); in predictSelectProbabilities()
|
D | AppPredictionServiceResolverComparator.java | 165 afterCompute(); in handleResult()
|