Home
last modified time | relevance | path

Searched refs:GsmCellLocation (Results 1 – 19 of 19) sorted by relevance

/frameworks/base/telephony/java/android/telephony/gsm/
DGsmCellLocation.java30 public class GsmCellLocation extends CellLocation { class
38 public GsmCellLocation() { in GsmCellLocation() method in GsmCellLocation
47 public GsmCellLocation(Bundle bundle) { in GsmCellLocation() method in GsmCellLocation
111 GsmCellLocation s; in equals()
114 s = (GsmCellLocation)o; in equals()
/frameworks/base/telephony/java/android/telephony/
DCellLocation.java25 import android.telephony.gsm.GsmCellLocation;
92 return new GsmCellLocation(bundle); in newFromBundle()
131 return new GsmCellLocation(); in getEmpty()
DCellIdentityTdscdma.java24 import android.telephony.gsm.GsmCellLocation;
222 public GsmCellLocation asCellLocation() { in asCellLocation()
223 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityGsm.java26 import android.telephony.gsm.GsmCellLocation;
234 public GsmCellLocation asCellLocation() { in asCellLocation()
235 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityWcdma.java25 import android.telephony.gsm.GsmCellLocation;
246 public GsmCellLocation asCellLocation() { in asCellLocation()
247 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityLte.java26 import android.telephony.gsm.GsmCellLocation;
300 public GsmCellLocation asCellLocation() { in asCellLocation()
301 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
DCellIdentityNr.java26 import android.telephony.gsm.GsmCellLocation;
127 GsmCellLocation cl = new GsmCellLocation(); in asCellLocation()
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerService.java42 import android.telephony.gsm.GsmCellLocation;
348 if (location instanceof GsmCellLocation) {
349 GsmCellLocation cellLocation = (GsmCellLocation)location;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaCallTracker.java42 import android.telephony.gsm.GsmCellLocation;
1619 if (loc instanceof GsmCellLocation) { in handleMessage()
1620 cid = ((GsmCellLocation)loc).getCid(); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTrackerTest.java89 import android.telephony.gsm.GsmCellLocation;
957 GsmCellLocation cl = (GsmCellLocation) sst.getCellIdentity().asCellLocation(); in testGsmCellLocation()
/frameworks/base/core/api/
Dsystem-current.txt14509 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14514 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14524 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
14529 method @NonNull public android.telephony.gsm.GsmCellLocation asCellLocation();
Dcurrent.txt46803 @Deprecated public class GsmCellLocation extends android.telephony.CellLocation {
46804 ctor @Deprecated public GsmCellLocation();
46805 ctor @Deprecated public GsmCellLocation(android.os.Bundle);
/frameworks/base/boot/
Dpreloaded-classes7863 android.telephony.gsm.GsmCellLocation
Dboot-image-profile.txt30271 Landroid/telephony/gsm/GsmCellLocation;
/frameworks/base/config/
Dpreloaded-classes7894 android.telephony.gsm.GsmCellLocation
Dboot-image-profile.txt40432 Landroid/telephony/gsm/GsmCellLocation;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt52993 Landroid/telephony/gsm/GsmCellLocation;->equalsHandlesNulls(Ljava/lang/Object;Ljava/lang/Object;)Z
52994 Landroid/telephony/gsm/GsmCellLocation;->isEmpty()Z
52995 Landroid/telephony/gsm/GsmCellLocation;->mCid:I
52996 Landroid/telephony/gsm/GsmCellLocation;->mLac:I
52997 Landroid/telephony/gsm/GsmCellLocation;->mPsc:I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt28764 public class GsmCellLocation extends android.telephony.CellLocation {
28765 ctor public GsmCellLocation();
28766 ctor public GsmCellLocation(android.os.Bundle);