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

/frameworks/base/voip/java/android/net/sip/
H A DISipService.aidl38 ISipSession createSession(in SipProfile localProfile,
H A DSipManager.java479 ISipSession session = mSipService.createSession(localProfile,
483 "SipService.createSession() returns null");
504 ISipSession session = mSipService.createSession(localProfile,
508 "SipService.createSession() returns null");
553 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.aidl47 void createSession(IInputMethodCallback callback);
/frameworks/base/core/java/android/service/textservice/
H A DSpellCheckerService.java42 * {@link #createSession()} to provide a spell checker session that is corresponding
87 public abstract Session createSession(); method in class:SpellCheckerService
247 final Session session = service.createSession();
/frameworks/base/core/java/android/inputmethodservice/
H A DAbstractInputMethodService.java62 public void createSession(SessionCallback callback) { method in class:AbstractInputMethodService.AbstractInputMethodImpl
H A DIInputMethodWrapper.java172 inputMethod.createSession(new InputMethodSessionCallbackWrapper(
247 public void createSession(IInputMethodCallback callback) { method in class:IInputMethodWrapper
/frameworks/base/voip/java/com/android/server/sip/
H A DSipService.java258 public synchronized ISipSession createSession(SipProfile localProfile, method in class:SipService
266 return group.createSession(listener);
268 if (DEBUG) Log.d(TAG, "createSession()", e);
576 public ISipSession createSession(ISipSessionListener listener) { method in class:SipService.SipSessionGroupExt
577 return mSipGroup.createSession(listener);
676 mGroup.createSession(null);
812 group.createSession(this);
H A DSipSessionGroup.java256 public ISipSession createSession(ISipSessionListener listener) { method in class:SipSessionGroup
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java316 public RenderSession createSession(SessionParams params) { method in class:Bridge
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1931 ((IInputMethod)args.arg1).createSession(

Completed in 222 milliseconds