Searched refs:mISpellCheckerSession (Results 1 – 2 of 2) sorted by relevance
267 private ISpellCheckerSession mISpellCheckerSession; field in SpellCheckerSession.SpellCheckerSessionListenerImpl353 + " session" + (mISpellCheckerSession != null ? ".hashCode()=#" in processCloseLocked()354 + Integer.toHexString(mISpellCheckerSession.hashCode()) : "=null") in processCloseLocked()356 mISpellCheckerSession = null; in processCloseLocked()399 mISpellCheckerSession = session; in onServiceConnected()417 + Integer.toHexString(mISpellCheckerSession.hashCode()) in onServiceConnected()498 session = mISpellCheckerSession; in processOrEnqueueTask()
62236 …textservice/SpellCheckerSession$SpellCheckerSessionListenerImpl;->mISpellCheckerSession:Lcom/andro…