Home
last modified time | relevance | path

Searched refs:notePhoneDataConnectionState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/connectivity/
DDataConnectionStats.java74 notePhoneDataConnectionState(); in onReceive()
77 notePhoneDataConnectionState(); in onReceive()
81 private void notePhoneDataConnectionState() { in notePhoneDataConnectionState() method in DataConnectionStats
94 mBatteryStats.notePhoneDataConnectionState(networkType, visible); in notePhoneDataConnectionState()
140 notePhoneDataConnectionState();
146 notePhoneDataConnectionState();
151 notePhoneDataConnectionState();
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl93 void notePhoneDataConnectionState(int dataType, boolean hasData); in notePhoneDataConnectionState() method
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java550 public void notePhoneDataConnectionState(int dataType, boolean hasData) { in notePhoneDataConnectionState() method in BatteryStatsService