HomeSort by relevance Sort by last modified time
    Searched defs:CellIdentity (Results 1 - 2 of 2) 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...]
  /external/scapy/scapy/contrib/
gsm_um.py     [all...]

Completed in 1010 milliseconds