Home
last modified time | relevance | path

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

/packages/apps/Dialer/src/com/android/dialer/contactinfo/
DContactInfoCache.java135 private QueryThread mContactInfoQueryThread; field in ContactInfoCache
233 if (mContactInfoQueryThread == null) { in start()
256 if (mContactInfoQueryThread != null) { in startRequestProcessing()
260 mContactInfoQueryThread = new QueryThread(); in startRequestProcessing()
261 mContactInfoQueryThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()
262 mContactInfoQueryThread.start(); in startRequestProcessing()
277 if (mContactInfoQueryThread != null) { in stopRequestProcessing()
279 mContactInfoQueryThread.stopProcessing(); in stopRequestProcessing()
280 mContactInfoQueryThread.interrupt(); in stopRequestProcessing()
281 mContactInfoQueryThread = null; in stopRequestProcessing()