Searched defs:createSession (Results 1 - 6 of 6) 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.java164 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
236 public void createSession(IInputMethodCallback 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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java310 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/base/voip/java/com/android/server/sip/
H A DSipSessionGroup.java220 public ISipSession createSession(ISipSessionListener listener) { method in class:SipSessionGroup
H A DSipService.java294 public synchronized ISipSession createSession(SipProfile localProfile, method in class:SipService
302 return group.createSession(listener);
304 if (DEBUG) Log.d(TAG, "createSession()", e);
607 public ISipSession createSession(ISipSessionListener listener) { method in class:SipService.SipSessionGroupExt
608 return mSipGroup.createSession(listener);
760 group.createSession(this);

Completed in 300 milliseconds