Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/contactinfo/
DContactInfoCache.java60 private QueryThread contactInfoQueryThread; field in ContactInfoCache
232 if (contactInfoQueryThread == null) { in start()
257 if (contactInfoQueryThread != null) { in startRequestProcessing()
261 contactInfoQueryThread = new QueryThread(); in startRequestProcessing()
262 contactInfoQueryThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()
263 contactInfoQueryThread.start(); in startRequestProcessing()
278 if (contactInfoQueryThread != null) { in stopRequestProcessing()
280 contactInfoQueryThread.stopProcessing(); in stopRequestProcessing()
281 contactInfoQueryThread.interrupt(); in stopRequestProcessing()
282 contactInfoQueryThread = null; in stopRequestProcessing()