HomeSort by relevance Sort by last modified time
    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...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 113 milliseconds