Searched refs:mSourceTaskExecutor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQsbApplication.java60 private NamedTaskExecutor mSourceTaskExecutor; field in class:QsbApplication
126 if (mSourceTaskExecutor != null) {
127 mSourceTaskExecutor.close();
128 mSourceTaskExecutor = null;
315 if (mSourceTaskExecutor == null) {
316 mSourceTaskExecutor = createSourceTaskExecutor();
318 return mSourceTaskExecutor;

Completed in 22 milliseconds