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

Completed in 433 milliseconds