Home
last modified time | relevance | path

Searched refs:mSCBMStarted (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java423 private boolean[] mSCBMStarted; field in TelephonyRegistry
720 mSCBMStarted = copyOf(mSCBMStarted, mNumPhones); in onMultiSimConfigChanged()
778 mSCBMStarted[i] = false; in onMultiSimConfigChanged()
851 mSCBMStarted = new boolean[numPhones]; in TelephonyRegistry()
894 mSCBMStarted[i] = false; in TelephonyRegistry()
1478 boolean scbmStarted = mSCBMStarted[r.phoneId]; in listen()
3339 mSCBMStarted[phoneId] = true; in notifyCallbackModeStarted()
3372 mSCBMStarted[phoneId] = false; in notifyCallbackModeStopped()
3443 pw.println("mSCBMStarted=" + mSCBMStarted[i]); in dump()