Searched refs:createSession (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/voip/java/android/net/sip/
H A DISipService.aidl38 ISipSession createSession(in SipProfile localProfile,
H A DSipManager.java472 ISipSession session = mSipService.createSession(localProfile,
493 ISipSession session = mSipService.createSession(localProfile,
538 ISipSession s = mSipService.createSession(localProfile, null);
/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/com/android/internal/view/
H A DIInputMethod.aidl46 void createSession(IInputMethodCallback callback);
/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/voip/java/com/android/server/sip/
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);
H A DSipSessionGroup.java220 public ISipSession createSession(ISipSessionListener listener) { method in class:SipSessionGroup
/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/services/java/com/android/server/
H A DInputMethodManagerService.java1361 ((IInputMethod)args.arg1).createSession(

Completed in 200 milliseconds