Searched refs:DataConnectionRealTimeInfo (Results 1 – 13 of 13) sorted by relevance
28 public class DataConnectionRealTimeInfo implements Parcelable { class43 public DataConnectionRealTimeInfo(long time, int dcPowerState) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo53 public DataConnectionRealTimeInfo() { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo61 private DataConnectionRealTimeInfo(Parcel in) { in DataConnectionRealTimeInfo() method in DataConnectionRealTimeInfo91 public static final Parcelable.Creator<DataConnectionRealTimeInfo> CREATOR92 = new Parcelable.Creator<DataConnectionRealTimeInfo>() {95 public DataConnectionRealTimeInfo createFromParcel(Parcel in) {96 return new DataConnectionRealTimeInfo(in);100 public DataConnectionRealTimeInfo[] newArray(int size) {101 return new DataConnectionRealTimeInfo[size];[all …]
20 parcelable DataConnectionRealTimeInfo;
320 (DataConnectionRealTimeInfo)msg.obj); in PhoneStateListener()483 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()570 DataConnectionRealTimeInfo dcRtInfo) {
27 import android.telephony.DataConnectionRealTimeInfo;362 dcPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in onDataStateChanged()365 dcPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in onDataStateChanged()368 dcPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_UNKNOWN; in onDataStateChanged()371 DataConnectionRealTimeInfo dcRtInfo = in onDataStateChanged()372 new DataConnectionRealTimeInfo(time , dcPowerState); in onDataStateChanged()
23 import android.telephony.DataConnectionRealTimeInfo;44 void onDataConnectionRealTimeInfoChanged(in DataConnectionRealTimeInfo dcRtInfo); in onDataConnectionRealTimeInfoChanged()
24 import android.telephony.DataConnectionRealTimeInfo;68 void notifyDataConnectionRealTimeInfo(in DataConnectionRealTimeInfo dcRtInfo); in notifyDataConnectionRealTimeInfo()
20 import android.telephony.DataConnectionRealTimeInfo;61 public void notifyDataConnectionRealTimeInfo(Phone sender, DataConnectionRealTimeInfo dcRtInfo); in notifyDataConnectionRealTimeInfo()
25 import android.telephony.DataConnectionRealTimeInfo;236 DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo()
41 import android.telephony.DataConnectionRealTimeInfo;1428 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo()
66 import android.telephony.DataConnectionRealTimeInfo;203 private int mLastPowerStateFromRadio = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;246 DataConnectionRealTimeInfo dcRtInfo) { in NetworkManagementService()428 boolean isActive = powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in notifyInterfaceClassActivity()429 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in notifyInterfaceClassActivity()701 isActive ? DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH in onEvent()702 : DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, timestampNanos, false); in onEvent()1443 DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH, in addIdleTimer()1472 DataConnectionRealTimeInfo.DC_POWER_STATE_LOW, in removeIdleTimer()
35 import android.telephony.DataConnectionRealTimeInfo;174 private DataConnectionRealTimeInfo mDcRtInfo = new DataConnectionRealTimeInfo();830 public void notifyDataConnectionRealTimeInfo(DataConnectionRealTimeInfo dcRtInfo) { in notifyDataConnectionRealTimeInfo()
23 import android.telephony.DataConnectionRealTimeInfo;
44 import android.telephony.DataConnectionRealTimeInfo;315 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;3146 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in noteMobileRadioPowerState()3147 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in noteMobileRadioPowerState()7939 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()8523 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()