Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java347 private int[] mDataConnectionState; field in TelephonyRegistry
685 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()
740 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in onMultiSimConfigChanged()
809 mDataConnectionState = new int[numPhones]; in TelephonyRegistry()
856 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in TelephonyRegistry()
1237 r.callback.onDataConnectionStateChanged(mDataConnectionState[r.phoneId], in listen()
2211 if (mDataConnectionState[phoneId] != state in notifyDataConnectionForSubscriber()
2234 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber()
3420 pw.println("mDataConnectionState=" + mDataConnectionState[i]); in dump()
4155 + "=" + mDataConnectionState[phoneId]
[all …]