Searched refs:mCallerIdThread (Results 1 – 1 of 1) sorted by relevance
167 private QueryThread mCallerIdThread; field in CallLogAdapter210 if (mCallerIdThread == null) { in onPreDraw()286 if (mCallerIdThread != null) return; in startRequestProcessing()288 mCallerIdThread = new QueryThread(); in startRequestProcessing()289 mCallerIdThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()290 mCallerIdThread.start(); in startRequestProcessing()300 if (mCallerIdThread != null) { in stopRequestProcessing()302 mCallerIdThread.stopProcessing(); in stopRequestProcessing()303 mCallerIdThread.interrupt(); in stopRequestProcessing()304 mCallerIdThread = null; in stopRequestProcessing()