Home
last modified time | relevance | path

Searched refs:mCallerIdThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/calllog/
DCallLogAdapter.java167 private QueryThread mCallerIdThread; field in CallLogAdapter
210 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()