/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 169 doReturn(cellLocation).when(mSST).getCellLocation(); in testGetCellLocation() 170 assertEquals(cellLocation, mPhoneUT.getCellLocation()); in testGetCellLocation() 197 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation(); in testGetCellLocation()
|
D | DefaultPhoneNotifierTest.java | 244 doReturn(mGsmCellLocation).when(mPhone).getCellLocation(); in testNotifyCellLocation()
|
D | ServiceStateTrackerTest.java | 333 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(); in testGsmCellLocation()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
D | GsmCellBroadcastHandler.java | 113 CellLocation cl = mPhone.getCellLocation(); in handleGsmBroadcastSms()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ITelephony.aidl | 354 Bundle getCellLocation(String callingPkg); in getCellLocation() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneInternalInterface.java | 221 CellLocation getCellLocation(); in getCellLocation() method
|
D | DefaultPhoneNotifier.java | 216 sender.getCellLocation().fillInNotifierBundle(data); in notifyCellLocation()
|
D | GsmCdmaCallTracker.java | 1383 CellLocation loc = mPhone.getCellLocation(); in handleMessage()
|
D | GsmCdmaPhone.java | 414 public CellLocation getCellLocation() { in getCellLocation() method in GsmCdmaPhone 416 return mSST.getCellLocation(); in getCellLocation()
|
D | ServiceStateTracker.java | 1133 GsmCellLocation loc = ((GsmCellLocation)mPhone.getCellLocation()); in handleMessage() 3601 public CellLocation getCellLocation() { in getCellLocation() method in ServiceStateTracker
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhoneBase.java | 113 public CellLocation getCellLocation() { in getCellLocation() method in SipPhoneBase
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneBase.java | 153 public CellLocation getCellLocation() { in getCellLocation() method in ImsPhoneBase
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/ |
D | PhoneMock.java | 1065 public CellLocation getCellLocation() { in getCellLocation() method in PhoneMock
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 913 public CellLocation getCellLocation() { in getCellLocation() method in TelephonyManager 920 Bundle bundle = telephony.getCellLocation(mContext.getOpPackageName()); in getCellLocation()
|
/frameworks/base/services/core/java/com/android/server/location/ |
D | GnssLocationProvider.java | 2016 GsmCellLocation gsm_cell = (GsmCellLocation) phone.getCellLocation();
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 4056 CellLocation loc = mPhone.getCellLocation(); in getCellLocationId()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 28655 method public android.telephony.CellLocation getCellLocation();
|
/frameworks/base/api/ |
D | current.txt | 37208 method public android.telephony.CellLocation getCellLocation();
|
D | test-current.txt | 37285 method public android.telephony.CellLocation getCellLocation();
|
D | system-current.txt | 40158 method public android.telephony.CellLocation getCellLocation();
|