Searched refs:mDataConnectionState (Results 1 – 1 of 1) sorted by relevance
253 private int[] mDataConnectionState; field in TelephonyRegistry459 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 …]