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

  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 28 public final class CellIdentityCdma implements Parcelable {
57 public CellIdentityCdma() {
77 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) {
85 private CellIdentityCdma(CellIdentityCdma cid) {
93 CellIdentityCdma copy() {
94 return new CellIdentityCdma(this);
151 if (!(other instanceof CellIdentityCdma)) {
155 CellIdentityCdma o = (CellIdentityCdma) other
    [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 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 196 milliseconds