public static class CellBackendHelper.Cell
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CellBackendHelper.Cell.CellType |
| Constructor and Description |
|---|
Cell(CellBackendHelper.Cell.CellType type,
int mcc,
int mnc,
int lac,
long cid,
int psc,
int signal) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
long |
getCid() |
int |
getLac() |
int |
getMcc() |
int |
getMnc() |
int |
getPsc() |
int |
getSignal() |
CellBackendHelper.Cell.CellType |
getType() |
int |
hashCode() |
java.lang.String |
toString() |
public Cell(CellBackendHelper.Cell.CellType type, int mcc, int mnc, int lac, long cid, int psc, int signal)
public int getSignal()
public CellBackendHelper.Cell.CellType getType()
public int getMcc()
public int getMnc()
public int getLac()
public long getCid()
public int getPsc()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object