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

1 2 3

  /cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java 64 // getCellLocation should never return null,
68 assertNotNull("TelephonyManager.getCellLocation() returned null!",
69 mTelephonyManager.getCellLocation());
TelephonyManagerTest.java 196 mTelephonyManager.getCellLocation();
  /cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java 89 telephonyManager.getCellLocation();
90 fail("TelephonyManager.getCellLocation did not throw SecurityException as expected");
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowTelephonyManagerTest.java 136 assertEquals(mockCellLocation, telephonyManager.getCellLocation());
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTelephonyManager.java 240 public CellLocation getCellLocation() {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 115 CellLocation cl = mPhone.getCellLocation();
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java 213 sender.getCellLocation().fillInNotifierBundle(data);
PhoneInternalInterface.java 262 CellLocation getCellLocation(WorkSource workSource);
    [all...]
Phone.java     [all...]
GsmCdmaCallTracker.java     [all...]
GsmCdmaPhone.java 438 public CellLocation getCellLocation(WorkSource workSource) {
440 return mSST.getCellLocation(workSource);
    [all...]
ServiceStateTracker.java     [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java 246 doReturn(mGsmCellLocation).when(mPhone).getCellLocation();
GsmCdmaPhoneTest.java 241 doReturn(cellLocation).when(mSST).getCellLocation(workSource);
242 assertEquals(cellLocation, mPhoneUT.getCellLocation(workSource));
259 CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.getCellLocation();
270 (CdmaCellLocation) mPhoneUT.getCellLocation(workSource);
    [all...]
ServiceStateTrackerTest.java 638 GsmCellLocation cl = (GsmCellLocation) sst.getCellLocation(workSource);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java 157 public CellLocation getCellLocation(WorkSource workSource) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java 108 public CellLocation getCellLocation(WorkSource workSource) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl 381 Bundle getCellLocation(String callingPkg);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java     [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java 582 return mTelephonyManager.getCellLocation();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
TelephonyManager.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java     [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 377 milliseconds

1 2 3