Searched refs:mContactInfoQueryThread (Results 1 – 1 of 1) sorted by relevance
58 private QueryThread mContactInfoQueryThread; field in ContactInfoCache226 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()