HomeSort by relevance Sort by last modified time
    Searched defs:CellIdentity (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ver2_ulp_components/
CellIdentity.java 36 public class CellIdentity extends Asn1BitString {
42 public CellIdentity() {
69 * Creates a new CellIdentity from encoded stream.
71 public static CellIdentity fromPerUnaligned(byte[] encodedBytes) {
72 CellIdentity result = new CellIdentity();
78 * Creates a new CellIdentity from encoded stream.
80 public static CellIdentity fromPerAligned(byte[] encodedBytes) {
81 CellIdentity result = new CellIdentity();
    [all...]
  /frameworks/base/telephony/java/android/telephony/
CellIdentity.java 31 * CellIdentity represents the identity of a unique cell. This is the base class for
34 public abstract class CellIdentity implements Parcelable {
98 protected CellIdentity(String tag, int type, String mcc, String mnc, String alphal,
173 if (!(other instanceof CellIdentity)) {
177 CellIdentity o = (CellIdentity) other;
205 protected CellIdentity(String tag, int type, Parcel source) {
211 public static final Creator<CellIdentity> CREATOR =
212 new Creator<CellIdentity>() {
214 public CellIdentity createFromParcel(Parcel in)
    [all...]
  /external/scapy/scapy/contrib/
gsm_um.py     [all...]

Completed in 85 milliseconds