Searched refs:DataConnectionRealTimeInfo (Results 1 – 10 of 10) 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 @android.annotation.NonNull Parcelable.Creator<DataConnectionRealTimeInfo> CRE…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 …]
20 parcelable DataConnectionRealTimeInfo;
823 DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()1243 public void onDataConnectionRealTimeInfoChanged(DataConnectionRealTimeInfo dcRtInfo) { in onDataConnectionRealTimeInfoChanged()
23 import android.telephony.DataConnectionRealTimeInfo;51 void onDataConnectionRealTimeInfoChanged(in DataConnectionRealTimeInfo dcRtInfo); in onDataConnectionRealTimeInfoChanged()
29 import android.telephony.DataConnectionRealTimeInfo;
60 // Data conn. power states, primarily used by android/telephony/DataConnectionRealTimeInfo.java.
83 import android.telephony.DataConnectionRealTimeInfo;244 private int mLastPowerStateFromRadio = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;245 private int mLastPowerStateFromWifi = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;396 ? DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH in notifyInterfaceClassActivity()397 : DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in notifyInterfaceClassActivity()
51 import android.telephony.DataConnectionRealTimeInfo;876 final String type = (powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH || in noteWifiRadioPowerState()877 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM) ? "active" in noteWifiRadioPowerState()
62 import android.telephony.DataConnectionRealTimeInfo;911 int mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;919 int mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW;4891 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in noteMobileRadioPowerStateLocked()4892 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in noteMobileRadioPowerStateLocked()5668 powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_MEDIUM in noteWifiRadioPowerState()5669 || powerState == DataConnectionRealTimeInfo.DC_POWER_STATE_HIGH; in noteWifiRadioPowerState()13624 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()13631 mWifiRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readSummaryFromParcel()14590 mMobileRadioPowerState = DataConnectionRealTimeInfo.DC_POWER_STATE_LOW; in readFromParcelLocked()[all …]
67527 Landroid/telephony/DataConnectionRealTimeInfo;-><init>()V67528 Landroid/telephony/DataConnectionRealTimeInfo;-><init>(JI)V67529 Landroid/telephony/DataConnectionRealTimeInfo;-><init>(Landroid/os/Parcel;)V67530 Landroid/telephony/DataConnectionRealTimeInfo;->CREATOR:Landroid/os/Parcelable$Creator;67531 Landroid/telephony/DataConnectionRealTimeInfo;->DC_POWER_STATE_HIGH:I67532 Landroid/telephony/DataConnectionRealTimeInfo;->DC_POWER_STATE_LOW:I67533 Landroid/telephony/DataConnectionRealTimeInfo;->DC_POWER_STATE_MEDIUM:I67534 Landroid/telephony/DataConnectionRealTimeInfo;->DC_POWER_STATE_UNKNOWN:I67535 Landroid/telephony/DataConnectionRealTimeInfo;->getDcPowerState()I67536 Landroid/telephony/DataConnectionRealTimeInfo;->getTime()J[all …]