Searched refs:mECBMStarted (Results 1 – 1 of 1) sorted by relevance
421 private boolean[] mECBMStarted; field in TelephonyRegistry718 mECBMStarted = copyOf(mECBMStarted, mNumPhones); in onMultiSimConfigChanged()776 mECBMStarted[i] = false; in onMultiSimConfigChanged()849 mECBMStarted = new boolean[numPhones]; in TelephonyRegistry()892 mECBMStarted[i] = false; in TelephonyRegistry()1468 boolean ecbmStarted = mECBMStarted[r.phoneId]; in listen()3337 mECBMStarted[phoneId] = true; in notifyCallbackModeStarted()3369 mECBMStarted[phoneId] = false; in notifyCallbackModeStopped()3441 pw.println("mECBMStarted=" + mECBMStarted[i]); in dump()