Home | History | Annotate | Download | only in telephony

Lines Matching refs:active

54  * and determine which phone/phones are active.
57 * the active phones. Note we don't wait for data attach (which may not happen anyway).
265 * phones that aren't in the active phone list. Finally, activate all
266 * phones in the active phone list.
330 public volatile boolean active = false;
336 if (state.active == false) return;
337 state.active = false;
349 if (state.active == true) return;
350 state.active = true;
373 mCommandsInterfaces[phoneId].setDataAllowed(mPhoneStates[phoneId].active, null);
409 return mPhoneStates[phoneId].active;
442 pw.println("PhoneId(" + i + ") active=" + ps.active + ", lastRequest=" +