Searched refs:mPhoneDataConnectionType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java238 int mPhoneDataConnectionType = -1; field in class:BatteryStatsImpl
2024 if (mPhoneDataConnectionType != bin) {
2030 if (mPhoneDataConnectionType >= 0) {
2031 mPhoneDataConnectionsTimer[mPhoneDataConnectionType].stopRunningLocked(this);
2033 mPhoneDataConnectionType = bin;

Completed in 317 milliseconds