OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CellIdentityWcdma
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telephony/java/android/telephony/
CellIdentityWcdma.java
26
public final class
CellIdentityWcdma
implements Parcelable {
28
private static final String LOG_TAG = "
CellIdentityWcdma
";
45
public
CellIdentityWcdma
() {
62
public
CellIdentityWcdma
(int mcc, int mnc, int lac, int cid, int psc) {
70
private
CellIdentityWcdma
(
CellIdentityWcdma
cid) {
78
CellIdentityWcdma
copy() {
79
return new
CellIdentityWcdma
(this);
130
CellIdentityWcdma
o = (
CellIdentityWcdma
)other
[
all
...]
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 308 milliseconds