Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java58 private QueryThread mContactInfoQueryThread; field in ContactInfoCache
226 if (mContactInfoQueryThread == null) { in start()
251 if (mContactInfoQueryThread != null) { in startRequestProcessing()
255 mContactInfoQueryThread = new QueryThread(); in startRequestProcessing()
256 mContactInfoQueryThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()
257 mContactInfoQueryThread.start(); in startRequestProcessing()
272 if (mContactInfoQueryThread != null) { in stopRequestProcessing()
274 mContactInfoQueryThread.stopProcessing(); in stopRequestProcessing()
275 mContactInfoQueryThread.interrupt(); in stopRequestProcessing()
276 mContactInfoQueryThread = null; in stopRequestProcessing()