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

1 2

  /frameworks/base/telephony/java/android/telephony/
CellLocation.java 23 import android.telephony.cdma.CdmaCellLocation;
65 return new CdmaCellLocation(bundle);
99 return new CdmaCellLocation();
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaCellLocation.java 25 public class CdmaCellLocation extends CellLocation {
57 public CdmaCellLocation() {
68 public CdmaCellLocation(Bundle bundle) {
167 CdmaCellLocation s;
170 s = (CdmaCellLocation)o;
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerService.java 41 import android.telephony.cdma.CdmaCellLocation;
353 } else if (location instanceof CdmaCellLocation) {
354 CdmaCellLocation cellLocation = (CdmaCellLocation)location;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 57 import android.telephony.cdma.CdmaCellLocation;
247 CdmaCellLocation cdmaCellLocation = new CdmaCellLocation();
248 cdmaCellLocation.setCellLocationData(0, 0, 0, 0, 0);
249 mSST.mCellLoc = cdmaCellLocation;
259 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation();
269 CdmaCellLocation actualCellLocation =
270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource)
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 68 import android.telephony.cdma.CdmaCellLocation;
691 } else if (location instanceof CdmaCellLocation) {
692 CdmaCellLocation loc = (CdmaCellLocation)location;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
ServiceStateTracker.java 75 import android.telephony.cdma.CdmaCellLocation;
626 mCellLoc = new CdmaCellLocation();
627 mNewCellLoc = new CdmaCellLocation();
    [all...]
GsmCdmaPhone.java 69 import android.telephony.cdma.CdmaCellLocation;
442 CdmaCellLocation loc = (CdmaCellLocation)mSST.mCellLoc;
448 CdmaCellLocation privateLoc = new CdmaCellLocation();
450 CdmaCellLocation.INVALID_LAT_LONG,
451 CdmaCellLocation.INVALID_LAT_LONG,
    [all...]
GsmCdmaCallTracker.java 38 import android.telephony.cdma.CdmaCellLocation;
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java 69 import android.telephony.cdma.CdmaCellLocation;
    [all...]
  /frameworks/base/config/
boot-image-profile.txt     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
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 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/tools/common/m2/repository/com/google/android/android/4.0.1.2/
android-4.0.1.2.jar 

Completed in 414 milliseconds

1 2