Searched defs:mGoogleSource (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DQsbApplication.java64 private GoogleSource mGoogleSource; field in class:QsbApplication
405 if (mGoogleSource == null) {
406 mGoogleSource = createGoogleSource();
408 return mGoogleSource;

Completed in 414 milliseconds