/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCellBroadcastHandler.java | 115 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 241 doReturn(cellLocation).when(mSST).getCellLocation(workSource); in testGetCellLocation() 242 assertEquals(cellLocation, mPhoneUT.getCellLocation(workSource)); in testGetCellLocation() 270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource); in testGetCellLocation()
|
D | DefaultPhoneNotifierTest.java | 246 doReturn(mGsmCellLocation).when(mPhone).getCellLocation(); in testNotifyCellLocation()
|
D | ServiceStateTrackerTest.java | 638 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource); in testGsmCellLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | DefaultPhoneNotifier.java | 213 sender.getCellLocation().fillInNotifierBundle(data); in notifyCellLocation()
|
D | PhoneInternalInterface.java | 262 CellLocation getCellLocation(WorkSource workSource); in getCellLocation() method
|
D | Phone.java | 1700 public CellLocation getCellLocation() { in getCellLocation() method in Phone 1701 return getCellLocation(null); in getCellLocation()
|
D | GsmCdmaCallTracker.java | 1453 CellLocation loc = mPhone.getCellLocation(); in handleMessage()
|
D | GsmCdmaPhone.java | 438 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in GsmCdmaPhone 440 return mSST.getCellLocation(workSource); in getCellLocation()
|
D | ServiceStateTracker.java | 1254 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage() 3467 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in ServiceStateTracker
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 108 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in SipPhoneBase
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 381 Bundle getCellLocation(String callingPkg); in getCellLocation() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 157 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in ImsPhoneBase
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 1077 public CellLocation getCellLocation(WorkSource workSource) { in getCellLocation() method in PhoneMock
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2244 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 4039 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 30704 HSPLandroid/telephony/TelephonyManager;->getCellLocation()Landroid/telephony/CellLocation; 39821 HSPLcom/android/internal/telephony/GsmCdmaPhone;->getCellLocation(Landroid/os/WorkSource;)Landroid/… 40078 HSPLcom/android/internal/telephony/ITelephony$Stub$Proxy;->getCellLocation(Ljava/lang/String;)Landr… 40148 HSPLcom/android/internal/telephony/ITelephony;->getCellLocation(Ljava/lang/String;)Landroid/os/Bund… 40440 HSPLcom/android/internal/telephony/Phone;->getCellLocation()Landroid/telephony/CellLocation; 40759 HSPLcom/android/internal/telephony/ServiceStateTracker;->getCellLocation(Landroid/os/WorkSource;)La…
|
D | hiddenapi-public-dex.txt | 44607 Landroid/telephony/TelephonyManager;->getCellLocation()Landroid/telephony/CellLocation;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28655 method public android.telephony.CellLocation getCellLocation();
|
/frameworks/base/api/ |
D | current.txt | 42450 method public deprecated android.telephony.CellLocation getCellLocation();
|