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

/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java62 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java188 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
272 public void createSession(InputChannel channel, IInputSessionCallback callback) { method in class:IInputMethodWrapper
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethod.java51 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}
158 public void createSession(SessionCallback callback); method in interface:InputMethod
170 * {@link #createSession(android.view.inputmethod.InputMethod.SessionCallback)}.
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java49 * {@link #createSession()} to provide a spell checker session that is corresponding
94 public abstract Session createSession(); method in class:SpellCheckerService
320 final Session session = service.createSession();
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java328 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/base/core/java/android/database/sqlite/
H A DSQLiteDatabase.java84 return createSession();
362 SQLiteSession createSession() { method in class:SQLiteDatabase
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java251 public synchronized ISipSession createSession(SipProfile localProfile, method in class:SipService
253 if (DBG) log("createSession: profile" + localProfile);
258 if (DBG) log("createSession: mNetworkType==-1 ret=null");
263 return group.createSession(listener);
265 if (DBG) loge("createSession;", e);
540 public ISipSession createSession(ISipSessionListener listener) { method in class:SipService.SipSessionGroupExt
541 if (SSGE_DBG) log("createSession");
542 return mSipGroup.createSession(listener);
650 mGroup.createSession(null);
796 group.createSession(thi
[all...]
H A DSipSessionGroup.java269 public ISipSession createSession(ISipSessionListener listener) { method in class:SipSessionGroup

Completed in 216 milliseconds