Home | History | Annotate | Download | only in gsm

Lines Matching defs:isDisconnected

841             if (apnContext.isDisconnected()) {
1096 boolean isDisconnected = (overallState == State.IDLE || overallState == State.FAILED);
1107 cleanUpAllConnections(!isDisconnected, Phone.REASON_APN_CHANGED);
1108 if (isDisconnected) {
2081 if (isDisconnected()) {
2164 public boolean isDisconnected() {
2166 if (!apnContext.isDisconnected()) {