Searched refs:mDataConnectionState (Results 1 – 1 of 1) sorted by relevance
153 private int[] mDataConnectionState; field in TelephonyRegistry300 mDataConnectionState = new int[numPhones]; in TelephonyRegistry()317 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in TelephonyRegistry()589 r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId], in listen()1030 if (mDataConnectionState[phoneId] != state) { in notifyDataConnectionForSubscriber()1031 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber()1038 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber()1057 log("onDataConnectionStateChanged(" + mDataConnectionState[phoneId] in notifyDataConnectionForSubscriber()1067 … r.callback.onDataConnectionStateChanged(mDataConnectionState[phoneId], in notifyDataConnectionForSubscriber()1329 pw.println(" mDataConnectionState=" + mDataConnectionState[i]); in dump()[all …]