Searched refs:mContactInfoQueryThread (Results 1 – 1 of 1) sorted by relevance
60 private QueryThread mContactInfoQueryThread; field in ContactInfoCache232 if (mContactInfoQueryThread == null) { in start()257 if (mContactInfoQueryThread != null) { in startRequestProcessing()261 mContactInfoQueryThread = new QueryThread(); in startRequestProcessing()262 mContactInfoQueryThread.setPriority(Thread.MIN_PRIORITY); in startRequestProcessing()263 mContactInfoQueryThread.start(); in startRequestProcessing()278 if (mContactInfoQueryThread != null) { in stopRequestProcessing()280 mContactInfoQueryThread.stopProcessing(); in stopRequestProcessing()281 mContactInfoQueryThread.interrupt(); in stopRequestProcessing()282 mContactInfoQueryThread = null; in stopRequestProcessing()