Searched refs:DataConnectionRealTimeInfo (Results 1 – 12 of 12) sorted by relevance
28 public class DataConnectionRealTimeInfo implements Parcelable { class47 public DataConnectionRealTimeInfo(long time, int dcPowerState) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo57 public DataConnectionRealTimeInfo() { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo65 private DataConnectionRealTimeInfo(Parcel in) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo95 public static final Parcelable.Creator<DataConnectionRealTimeInfo> CREATOR96 = 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 …]
20 parcelable DataConnectionRealTimeInfo;
367 (DataConnectionRealTimeInfo)msg.obj); in PhoneStateListener()550 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()706 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()
23 import android.telephony.DataConnectionRealTimeInfo;46 void onDataConnectionRealTimeInfoChanged(in DataConnectionRealTimeInfo dcRtInfo); in onDataConnectionRealTimeInfoChanged()
23 // Data conn. power states, primarily used by android/telephony/DataConnectionRealTimeInfo.java.
92 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()
29 import android.telephony.DataConnectionRealTimeInfo;
49 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()
33 import android.telephony.DataConnectionRealTimeInfo;585 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo()
60 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 …]
5385 …tateListener;->onDataConnectionRealTimeInfoChanged(Landroid/telephony/DataConnectionRealTimeInfo;)V
39937 …tateListener;->onDataConnectionRealTimeInfoChanged(Landroid/telephony/DataConnectionRealTimeInfo;)V