Searched refs:mECBMStarted (Results 1 – 1 of 1) sorted by relevance
424 private boolean[] mECBMStarted; field in TelephonyRegistry725 mECBMStarted = copyOf(mECBMStarted, mNumPhones); in onMultiSimConfigChanged()784 mECBMStarted[i] = false; in onMultiSimConfigChanged()858 mECBMStarted = new boolean[numPhones]; in TelephonyRegistry()902 mECBMStarted[i] = false; in TelephonyRegistry()1491 boolean ecbmStarted = mECBMStarted[r.phoneId]; in listen()3451 mECBMStarted[phoneId] = true; in notifyCallbackModeStarted()3483 mECBMStarted[phoneId] = false; in notifyCallbackModeStopped()3590 pw.println("mECBMStarted=" + mECBMStarted[i]); in dump()