All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.telephony.NeighboringCellInfo Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
package android.telephony;
public class NeighboringCellInfo
  implements android.os.Parcelable
{
@java.lang.Deprecated()
public  NeighboringCellInfo() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  NeighboringCellInfo(int rssi, int cid) { throw new RuntimeException("Stub!"); }
public  NeighboringCellInfo(int rssi, java.lang.String location, int radioType) { throw new RuntimeException("Stub!"); }
public  NeighboringCellInfo(android.os.Parcel in) { throw new RuntimeException("Stub!"); }
public  int getRssi() { throw new RuntimeException("Stub!"); }
public  int getLac() { throw new RuntimeException("Stub!"); }
public  int getCid() { throw new RuntimeException("Stub!"); }
public  int getPsc() { throw new RuntimeException("Stub!"); }
public  int getNetworkType() { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  void setCid(int cid) { throw new RuntimeException("Stub!"); }
@java.lang.Deprecated()
public  void setRssi(int rssi) { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public static final int UNKNOWN_RSSI = 99;
public static final int UNKNOWN_CID = -1;
public static final android.os.Parcelable.Creator CREATOR;
static { CREATOR = null; }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy