Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java253 private int[] mDataConnectionState; field in TelephonyRegistry
459 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()
501 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in onMultiSimConfigChanged()
558 mDataConnectionState = new int[numPhones]; in TelephonyRegistry()
590 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in TelephonyRegistry()
925 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId], in listen()
1722 && (mDataConnectionState[phoneId] != state in notifyDataConnectionForSubscriber()
1746 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber()
2371 pw.println("mDataConnectionState=" + mDataConnectionState[i]); in dump()
2931 + "=" + mDataConnectionState[phoneId]
[all …]