Home
last modified time | relevance | path

Searched refs:DataConnectionRealTimeInfo (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
DDataConnectionRealTimeInfo.java28 public class DataConnectionRealTimeInfo implements Parcelable { class
47 public DataConnectionRealTimeInfo(long time, int dcPowerState) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo
57 public DataConnectionRealTimeInfo() { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo
65 private DataConnectionRealTimeInfo(Parcel in) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo
95 public static final Parcelable.Creator<DataConnectionRealTimeInfo> CREATOR
96 = new Parcelable.Creator<DataConnectionRealTimeInfo>() {
99 public DataConnectionRealTimeInfo createFromParcel(Parcel in) {
100 return new DataConnectionRealTimeInfo(in);
104 public DataConnectionRealTimeInfo[] newArray(int size) {
105 return new DataConnectionRealTimeInfo[size];
[all …]
DDataConnectionRealTimeInfo.aidl20 parcelable DataConnectionRealTimeInfo;
DPhoneStateListener.java367 (DataConnectionRealTimeInfo)msg.obj); in PhoneStateListener()
550 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()
706 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneStateListener.aidl23 import android.telephony.DataConnectionRealTimeInfo;
46 void onDataConnectionRealTimeInfoChanged(in DataConnectionRealTimeInfo dcRtInfo); in onDataConnectionRealTimeInfoChanged()
/frameworks/base/core/proto/android/telephony/
Denums.proto23 // Data conn. power states, primarily used by android/telephony/DataConnectionRealTimeInfo.java.
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java92 import android.telephony.DataConnectionRealTimeInfo;
323 private int mLastPowerStateFromRadio = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
324 private int mLastPowerStateFromWifi = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
528 boolean isActive = powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in notifyInterfaceClassActivity()
529 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in notifyInterfaceClassActivity()
868 isActive ? DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH in onEvent()
869 : DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in onEvent()
1507 DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in addIdleTimer()
1536 DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in removeIdleTimer()
/frameworks/base/core/java/com/android/internal/app/
DIBatteryStats.aidl29 import android.telephony.DataConnectionRealTimeInfo;
/frameworks/base/services/core/java/com/android/server/am/
DBatteryStatsService.java49 import android.telephony.DataConnectionRealTimeInfo;
852 final String type = (powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH || in noteWifiRadioPowerState()
853 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM) ? "active" in noteWifiRadioPowerState()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java33 import android.telephony.DataConnectionRealTimeInfo;
585 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo()
/frameworks/base/core/java/com/android/internal/os/
DBatteryStatsImpl.java60 import android.telephony.DataConnectionRealTimeInfo;
870 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
878 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;
5049 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in noteMobileRadioPowerStateLocked()
5050 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in noteMobileRadioPowerStateLocked()
5812 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in noteWifiRadioPowerState()
5813 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in noteWifiRadioPowerState()
13793 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
13800 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()
14734 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()
[all …]
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5385 …tateListener;->onDataConnectionRealTimeInfoChanged(Landroid/telephony/DataConnectionRealTimeInfo;)V
Dboot-image-profile.txt39937 …tateListener;->onDataConnectionRealTimeInfoChanged(Landroid/telephony/DataConnectionRealTimeInfo;)V