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

  /frameworks/base/telephony/java/android/telephony/
CellIdentityCdma.aidl 20 parcelable CellIdentityCdma;
CellIdentityCdma.java 28 public final class CellIdentityCdma extends CellIdentity {
29 private static final String TAG = CellIdentityCdma.class.getSimpleName();
56 public CellIdentityCdma() {
77 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat) {
95 public CellIdentityCdma(int nid, int sid, int bid, int lon, int lat, String alphal,
109 private CellIdentityCdma(CellIdentityCdma cid) {
114 CellIdentityCdma copy() {
115 return new CellIdentityCdma(this);
185 if (!(other instanceof CellIdentityCdma)) {
    [all...]
CellInfoCdma.java 31 private CellIdentityCdma mCellIdentityCdma;
37 mCellIdentityCdma = new CellIdentityCdma();
48 public CellIdentityCdma getCellIdentity() {
52 public void setCellIdentity(CellIdentityCdma cid) {
119 mCellIdentityCdma = CellIdentityCdma.CREATOR.createFromParcel(in);
CellIdentity.java 219 case TYPE_CDMA: return CellIdentityCdma.createFromParcelBody(in);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CellIdentityCdmaTest.java 22 import android.telephony.CellIdentityCdma;
26 /** Unit tests for {@link CellIdentityCdma}. */
45 CellIdentityCdma ci =
46 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
58 CellIdentityCdma ci =
59 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, -1, 0,
68 CellIdentityCdma ciA =
69 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
71 CellIdentityCdma ciB =
72 new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE
    [all...]
CellIdentityTest.java 21 import android.telephony.CellIdentityCdma;
91 ci = new CellIdentityCdma(NETWORK_ID, SYSTEM_ID, BASESTATION_ID, LONGITUDE, LATITUDE,
RILTest.java 115 import android.telephony.CellIdentityCdma;
    [all...]
  /hardware/interfaces/radio/1.2/
types.hal 23 import @1.0::CellIdentityCdma;
239 struct CellIdentityCdma {
240 @1.0::CellIdentityCdma base;
283 CellIdentityCdma cellIdentityCdma;
477 vec<CellIdentityCdma> cellIdentityCdma;
  /packages/services/Telephony/src/com/android/phone/
CellInfoUtil.java 20 import android.telephony.CellIdentityCdma;
98 } else if (cellIdentity instanceof CellIdentityCdma) {
100 cellInfo.setCellIdentity((CellIdentityCdma) cellIdentity);
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 22 import android.telephony.CellIdentityCdma;
70 // The followings are parameters for testing CellIdentityCdma
183 private void verifyCellIdentityCdma(CellIdentityCdma cdma) {
211 private void verifyCellIdentityCdmaParcel(CellIdentityCdma cdma) {
216 CellIdentityCdma newCi = CellIdentityCdma.CREATOR.createFromParcel(p);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 29 import android.telephony.CellIdentityCdma;
349 if (cellIdentity.cellIdentityCdma.size() == 1) {
350 android.hardware.radio.V1_0.CellIdentityCdma cellIdentityCdma =
351 cellIdentity.cellIdentityCdma.get(0);
353 result = new CellIdentityCdma(cellIdentityCdma.networkId,
354 cellIdentityCdma.systemId, cellIdentityCdma.baseStationId,
355 cellIdentityCdma.longitude, cellIdentityCdma.latitude)
    [all...]
ServiceStateTracker.java 55 import android.telephony.CellIdentityCdma;
    [all...]
Phone.java 44 import android.telephony.CellIdentityCdma;
    [all...]
RIL.java 75 import android.telephony.CellIdentityCdma;
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 55 import android.telephony.CellIdentityCdma;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 58 import android.telephony.CellIdentityCdma;
795 CellIdentityCdma cellidentity = ((CellInfoCdma) data).getCellIdentity();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 50 import android.telephony.CellIdentityCdma;
767 CellIdentityCdma cidCdma = ci.getCellIdentity();
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [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/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 755 milliseconds