Searched refs:mDataConnectionState (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | TelephonyRegistryTest.java | 110 private int mDataConnectionState = TelephonyManager.DATA_UNKNOWN; field in TelephonyRegistryTest 236 mDataConnectionState = state; in onDataConnectionStateChanged() 565 assertEquals(TelephonyManager.DATA_UNKNOWN, mDataConnectionState); in testDataConnectionStateChanged() 586 assertEquals(TelephonyManager.DATA_CONNECTED, mDataConnectionState); in testDataConnectionStateChanged() 605 assertEquals(TelephonyManager.DATA_DISCONNECTING, mDataConnectionState); in testDataConnectionStateChanged() 624 assertEquals(TelephonyManager.DATA_DISCONNECTED, mDataConnectionState); in testDataConnectionStateChanged() 639 assertEquals(TelephonyManager.DATA_UNKNOWN, mDataConnectionState); in testDataConnectionStateChangedMultipleInternet() 661 assertEquals(TelephonyManager.DATA_CONNECTED, mDataConnectionState); in testDataConnectionStateChangedMultipleInternet() 680 assertEquals(TelephonyManager.DATA_CONNECTED, mDataConnectionState); in testDataConnectionStateChangedMultipleInternet() 698 assertEquals(TelephonyManager.DATA_CONNECTED, mDataConnectionState); in testDataConnectionStateChangedMultipleInternet() [all …]
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 348 private int[] mDataConnectionState; field in TelephonyRegistry 692 mDataConnectionState = copyOf(mCallState, mNumPhones); in onMultiSimConfigChanged() 748 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in onMultiSimConfigChanged() 818 mDataConnectionState = new int[numPhones]; in TelephonyRegistry() 866 mDataConnectionState[i] = TelephonyManager.DATA_UNKNOWN; in TelephonyRegistry() 1251 r.callback.onDataConnectionStateChanged(mDataConnectionState[r.phoneId], in listen() 2280 if (mDataConnectionState[phoneId] != state in notifyDataConnectionForSubscriber() 2303 mDataConnectionState[phoneId] = state; in notifyDataConnectionForSubscriber() 3569 pw.println("mDataConnectionState=" + mDataConnectionState[i]); in dump() 4343 + "=" + mDataConnectionState[phoneId] [all …]
|