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

  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.java 26 public final class CellIdentityCdma implements Parcelable {
55 public CellIdentityCdma() {
75 public CellIdentityCdma (int nid, int sid, int bid, int lon, int lat) {
83 private CellIdentityCdma(CellIdentityCdma cid) {
91 CellIdentityCdma copy() {
92 return new CellIdentityCdma(this);
149 CellIdentityCdma o = (CellIdentityCdma)other;
165 StringBuilder sb = new StringBuilder("CellIdentityCdma:{")
    [all...]
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 

Completed in 95 milliseconds