HomeSort by relevance Sort by last modified time
    Searched defs:CellIdentityLte (Results 1 - 5 of 5) 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...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 443 milliseconds