HomeSort by relevance Sort by last modified time
    Searched refs:CellIdentityLte (Results 1 - 10 of 10) 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...]
CellInfoLte.java 31 private CellIdentityLte mCellIdentityLte;
37 mCellIdentityLte = new CellIdentityLte();
48 public CellIdentityLte getCellIdentity() {
53 public void setCellIdentity(CellIdentityLte cid) {
124 mCellIdentityLte = CellIdentityLte.CREATOR.createFromParcel(in);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 33 import android.telephony.CellIdentityLte;
65 private CellIdentityLte mNewCellIdentityLte = new CellIdentityLte();
66 private CellIdentityLte mLasteCellIdentityLte = new CellIdentityLte();
75 ((CellInfoLte)mCellInfo).setCellIdentity(new CellIdentityLte());
235 mNewCellIdentityLte = new CellIdentityLte(mcc, mnc, eci, pci, tac);
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 44 import android.telephony.CellIdentityLte;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 41 import android.telephony.CellIdentityLte;
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 84 milliseconds