OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellIdentityGsm
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellIdentityGsm.java
26
public final class
CellIdentityGsm
implements Parcelable {
28
private static final String LOG_TAG = "
CellIdentityGsm
";
43
public
CellIdentityGsm
() {
58
public
CellIdentityGsm
(int mcc, int mnc, int lac, int cid) {
65
private
CellIdentityGsm
(
CellIdentityGsm
cid) {
72
CellIdentityGsm
copy() {
73
return new
CellIdentityGsm
(this);
124
CellIdentityGsm
o = (
CellIdentityGsm
)other
[
all
...]
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 744 milliseconds