Home
last modified time | relevance | path

Searched refs:ISpellCheckerSession (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/com/android/internal/textservice/
DITextServicesSessionListener.aidl19 import com.android.internal.textservice.ISpellCheckerSession;
28 oneway void onServiceConnected(in ISpellCheckerSession spellCheckerSession); in onServiceConnected()
DISpellCheckerServiceCallback.aidl19 import com.android.internal.textservice.ISpellCheckerSession;
34 void onSessionCreated(ISpellCheckerSession newSession); in onSessionCreated()
DISpellCheckerSession.aidl24 oneway interface ISpellCheckerSession { interface
DISpellCheckerService.aidl20 import com.android.internal.textservice.ISpellCheckerSession;
/frameworks/base/core/java/android/view/textservice/
DSpellCheckerSession.java27 import com.android.internal.textservice.ISpellCheckerSession;
260 private ISpellCheckerSession mISpellCheckerSession;
273 public ISpellCheckerSession mSession;
283 private void processTask(ISpellCheckerSession session, SpellCheckerParams scp, in processTask()
370 public void onServiceConnected(ISpellCheckerSession session) { in onServiceConnected()
446 ISpellCheckerSession session; in processOrEnqueueTask()
547 public void onServiceConnected(ISpellCheckerSession session) { in onServiceConnected()
/frameworks/base/core/java/android/service/textservice/
DSpellCheckerService.java21 import com.android.internal.textservice.ISpellCheckerSession;
237 private static class InternalISpellCheckerSession extends ISpellCheckerSession.Stub {
/frameworks/base/services/core/java/com/android/server/
DTextServicesManagerService.java26 import com.android.internal.textservice.ISpellCheckerSession;
957 void onSessionCreated(@Nullable final ISpellCheckerSession newSession, in onSessionCreated()
1054 public void onSessionCreated(@Nullable ISpellCheckerSession newSession) { in onSessionCreated()
/frameworks/base/
DAndroid.bp390 "core/java/com/android/internal/textservice/ISpellCheckerSession.aidl",
/frameworks/base/config/
Dpreloaded-classes4077 com.android.internal.textservice.ISpellCheckerSession
4078 com.android.internal.textservice.ISpellCheckerSession$Stub$Proxy
Dboot-image-profile.txt7134 …ssionListenerImpl;->processTask(Lcom/android/internal/textservice/ISpellCheckerSession;Landroid/vi…
10118 …iceCallback$Stub$Proxy;->onSessionCreated(Lcom/android/internal/textservice/ISpellCheckerSession;)V
10122 …CheckerServiceCallback;->onSessionCreated(Lcom/android/internal/textservice/ISpellCheckerSession;)V
10123 HPLcom/android/internal/textservice/ISpellCheckerSession$Stub$Proxy;->onClose()V
10124 HPLcom/android/internal/textservice/ISpellCheckerSession$Stub$Proxy;->onGetSentenceSuggestionsMulti…
10125 HPLcom/android/internal/textservice/ISpellCheckerSession$Stub;-><init>()V
10126 HPLcom/android/internal/textservice/ISpellCheckerSession$Stub;->asBinder()Landroid/os/IBinder;
10127 HPLcom/android/internal/textservice/ISpellCheckerSession$Stub;->onTransact(ILandroid/os/Parcel;Land…
10133 …nListener$Stub$Proxy;->onServiceConnected(Lcom/android/internal/textservice/ISpellCheckerSession;)V
35354 …ion$InternalListener;->onServiceConnected(Lcom/android/internal/textservice/ISpellCheckerSession;)V
[all …]