Searched refs:mConnectSignal (Results 1 – 1 of 1) sorted by relevance
111 private CountDownLatch mConnectSignal; field in ResolverComparator449 mConnectSignal = new CountDownLatch(1); in initRanker()450 mConnection = new ResolverRankerServiceConnection(mConnectSignal); in initRanker()514 private final CountDownLatch mConnectSignal; field in ResolverComparator.ResolverRankerServiceConnection517 mConnectSignal = connectSignal; in ResolverRankerServiceConnection()543 mConnectSignal.countDown(); in onServiceConnected()581 mConnectSignal.await(CONNECTION_COST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in predictSelectProbabilities()