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

1 2

  /frameworks/base/telephony/java/android/telephony/
CellInfoWcdma.java 26 public final class CellInfoWcdma extends CellInfo implements Parcelable {
28 private static final String LOG_TAG = "CellInfoWcdma";
35 public CellInfoWcdma() {
42 public CellInfoWcdma(CellInfoWcdma ci) {
78 CellInfoWcdma o = (CellInfoWcdma) other;
90 sb.append("CellInfoWcdma:{");
114 * Construct a CellInfoWcdma object from the given parcel
117 private CellInfoWcdma(Parcel in)
    [all...]
CellInfo.java 262 case TYPE_WCDMA: return CellInfoWcdma.createFromParcelBody(in);
  /system/chre/apps/chqts/src/general_test/
cell_info_wcdma.h 25 class CellInfoWcdma : private CellInfoBase {
cell_info_wcdma.cc 20 bool CellInfoWcdma::validateIdentity(
48 bool CellInfoWcdma::validateSignalStrength(
65 bool CellInfoWcdma::validate(const struct chreWwanCellInfoWcdma& cell) {
wwan_cell_info_test.cc 130 valid &= CellInfoWcdma::validate(cells[i].CellInfo.wcdma);
  /packages/services/Telephony/src/com/android/phone/
CellInfoUtil.java 28 import android.telephony.CellInfoWcdma;
59 } else if (cellInfo instanceof CellInfoWcdma) {
78 } else if (cellInfo instanceof CellInfoWcdma) {
79 return ((CellInfoWcdma) cellInfo).getCellSignalStrength().getLevel();
103 CellInfoWcdma cellInfo = new CellInfoWcdma();
147 } else if (cellInfo instanceof CellInfoWcdma) {
148 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo;
NetworkSelectListPreference.java 35 import android.telephony.CellInfoWcdma;
547 } else if (cellInfo instanceof CellInfoWcdma) {
548 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo;
586 } else if (cellInfo instanceof CellInfoWcdma) {
587 CellInfoWcdma wcdma = (CellInfoWcdma) cellInfo;
  /hardware/interfaces/radio/1.2/
types.hal 277 struct CellInfoWcdma {
331 vec<CellInfoWcdma> wcdma;
  /frameworks/base/services/core/java/com/android/server/emergency/
EmergencyAffordanceService.java 31 import android.telephony.CellInfoWcdma;
282 } else if (cellInfo instanceof CellInfoWcdma) {
283 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMcc();
  /cts/tests/tests/telephony/src/android/telephony/cts/
CellInfoTest.java 30 import android.telephony.CellInfoWcdma;
148 } else if (cellInfo instanceof CellInfoWcdma) {
149 verifyWcdmaInfo((CellInfoWcdma) cellInfo);
413 private void verifyWcdmaInfo(CellInfoWcdma wcdma) {
422 private void verifyCellInfoWcdmaParcelandHashcode(CellInfoWcdma wcdma) {
427 CellInfoWcdma newCi = CellInfoWcdma.CREATOR.createFromParcel(p);
  /cts/tests/tests/carrierapi/src/android/carrierapi/cts/
NetworkScanApiTest.java 29 import android.telephony.CellInfoWcdma;
193 } else if (cellInfo instanceof CellInfoWcdma) {
195 int[] wcdmaChannels = {((CellInfoWcdma) cellInfo).getCellIdentity().getUarfcn()};
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
LocaleTracker.java 36 import android.telephony.CellInfoWcdma;
191 } else if (cellInfo instanceof CellInfoWcdma) {
192 mcc = ((CellInfoWcdma) cellInfo).getCellIdentity().getMccString();
ServiceStateTracker.java 63 import android.telephony.CellInfoWcdma;
    [all...]
RIL.java 33 import android.hardware.radio.V1_0.CellInfoWcdma;
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 123 import android.telephony.CellInfoWcdma;
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
JsonBuilder.java 65 import android.telephony.CellInfoWcdma;
301 if (data instanceof CellInfoWcdma) {
302 return buildCellInfoWcdma((CellInfoWcdma) data);
773 private static JSONObject buildCellInfoWcdma(CellInfoWcdma data)
778 CellIdentityWcdma cellidentity = ((CellInfoWcdma) data).getCellIdentity();
779 CellSignalStrengthWcdma signalstrength = ((CellInfoWcdma) data).getCellSignalStrength();
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
NetworkMonitor.java 63 import android.telephony.CellInfoWcdma;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 49 import android.telephony.CellInfoWcdma;
816 private final String buildWcdmaInfoString(CellInfoWcdma ci) {
    [all...]
  /hardware/interfaces/radio/1.0/
types.hal     [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]
  /frameworks/base/config/
preloaded-classes     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 1039 milliseconds

1 2