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

/packages/apps/Settings/src/com/android/settings/vpn/
H A DVpnSettings.java217 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) { method in class:VpnSettings
724 changeState(p, VpnState.IDLE);
999 changeState(pref.mProfile, s);
1027 changeState(p, VpnState.IDLE);
1060 for (VpnProfile p : list) changeState(p, VpnState.IDLE);

Completed in 5 milliseconds