Beispiel #1
0
 // The main dictionary could have been loaded asynchronously.  Don't cache the return value
 // of this method.
 public boolean hasMainDictionary() {
   return null != mMainDictionary && mMainDictionary.isInitialized();
 }