HomeSort by relevance Sort by last modified time
    Searched defs:sessionState (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/Shared/
WebPageCreationParameters.h 30 #include "SessionState.h"
68 SessionState sessionState;
  /frameworks/base/telephony/java/com/android/internal/telephony/sip/
SipPhone.java 626 String sessionState = (sipAudioCall == null)
630 + mPeer.getUriString() + ": " + sessionState
869 int sessionState = sipAudioCall.getState();
870 switch (sessionState) {
879 Log.w(LOG_TAG, "illegal connection state: " + sessionState);
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 201 class SessionState {
208 return "SessionState{uid " + client.uid + " pid " + client.pid
216 SessionState(ClientState _client, IInputMethod _method,
232 SessionState curSession;
364 SessionState mEnabledSession;
    [all...]

Completed in 173 milliseconds