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
455 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged()
497 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in onMultiSimConfigChanged()
554 mDataConnectionState = new int[numPhones]; in TelephonyRegistry()
586 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in TelephonyRegistry()
921 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId], in listen()
1717 && (mDataConnectionState[phoneId] != state in notifyDataConnectionForSubscriber()
1741 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber()
2365 pw.println("mDataConnectionState=" + mDataConnectionState[i]); in dump()
2905 + "=" + mDataConnectionState[phoneId]
[all …]