HomeSort by relevance Sort by last modified time
    Searched defs:CellIdentityLte (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/android/telephony/
CellIdentityLte.java 28 public final class CellIdentityLte extends CellIdentity {
29 private static final String TAG = CellIdentityLte.class.getSimpleName();
46 public CellIdentityLte() {
65 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac) {
81 public CellIdentityLte(int mcc, int mnc, int ci, int pci, int tac, int earfcn) {
100 public CellIdentityLte(int ci, int pci, int tac, int earfcn, int bandwidth, String mccStr,
110 private CellIdentityLte(CellIdentityLte cid) {
115 CellIdentityLte copy() {
116 return new CellIdentityLte(this)
    [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 229 milliseconds