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

  /packages/apps/Settings/src/com/android/settings/vpn/
VpnSettings.java 217 changeState(mActiveProfile, VpnState.IDLE);
462 changeState(mActiveProfile, VpnState.IDLE);
672 changeState(p, VpnState.CONNECTING);
694 changeState(p, VpnState.DISCONNECTING);
700 private void changeState(VpnProfile p, VpnState state) {
724 changeState(p, VpnState.IDLE);
    [all...]
  /external/webkit/WebCore/xml/
XMLHttpRequest.cpp 241 void XMLHttpRequest::changeState(State newState)
340 changeState(OPENED);
548 changeState(DONE);
600 changeState(DONE);
839 changeState(HEADERS_RECEIVED);
852 changeState(DONE);
893 changeState(HEADERS_RECEIVED);
926 changeState(LOADING);

Completed in 37 milliseconds