OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellIdentityLte
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java
26
public final class
CellIdentityLte
implements Parcelable {
28
private static final String LOG_TAG = "
CellIdentityLte
";
45
public
CellIdentityLte
() {
63
public
CellIdentityLte
(int mcc, int mnc, int ci, int pci, int tac) {
71
private
CellIdentityLte
(
CellIdentityLte
cid) {
79
CellIdentityLte
copy() {
80
return new
CellIdentityLte
(this);
129
CellIdentityLte
o = (
CellIdentityLte
)other
[
all
...]
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 30 milliseconds