OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCellLocation
(Results
1 - 25
of
43
) sorted by null
1
2
/cts/tests/tests/telephony/src/android/telephony/cts/
CellLocationTest.java
63
//
getCellLocation
should never return null,
67
assertNotNull("TelephonyManager.
getCellLocation
() returned null!",
68
mTelephonyManager.
getCellLocation
());
TelephonyManagerTest.java
151
mTelephonyManager.
getCellLocation
();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java
113
CellLocation cl = mPhone.
getCellLocation
();
/cts/tests/tests/permission/src/android/permission/cts/
NoLocationPermissionTest.java
89
telephonyManager.
getCellLocation
();
90
fail("TelephonyManager.
getCellLocation
did not throw SecurityException as expected");
/frameworks/base/telephony/java/com/android/internal/telephony/
ITelephony.aidl
354
Bundle
getCellLocation
(String callingPkg);
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DefaultPhoneNotifier.java
216
sender.
getCellLocation
().fillInNotifierBundle(data);
PhoneInternalInterface.java
221
CellLocation
getCellLocation
();
GsmCdmaPhone.java
414
public CellLocation
getCellLocation
() {
416
return mSST.
getCellLocation
();
[
all
...]
GsmCdmaCallTracker.java
[
all
...]
ServiceStateTracker.java
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DefaultPhoneNotifierTest.java
244
doReturn(mGsmCellLocation).when(mPhone).
getCellLocation
();
GsmCdmaPhoneTest.java
169
doReturn(cellLocation).when(mSST).
getCellLocation
();
170
assertEquals(cellLocation, mPhoneUT.
getCellLocation
());
187
CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.
getCellLocation
();
197
CdmaCellLocation actualCellLocation = (CdmaCellLocation) mPhoneUT.
getCellLocation
();
ServiceStateTrackerTest.java
333
GsmCellLocation cl = (GsmCellLocation) sst.
getCellLocation
();
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneBase.java
153
public CellLocation
getCellLocation
() {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhoneBase.java
113
public CellLocation
getCellLocation
() {
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
TelephonyManagerFacade.java
559
return mTelephonyManager.
getCellLocation
();
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
PhoneMock.java
1065
public CellLocation
getCellLocation
()
[
all
...]
/frameworks/base/telephony/java/android/telephony/
TelephonyManager.java
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java
[
all
...]
/packages/apps/Settings/src/com/android/settings/
RadioInfo.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
android-all-5.0.0_r2-robolectric-1.jar
android-all-5.1.1_r9-robolectric-1.jar
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTracker.java
[
all
...]
Completed in 3322 milliseconds
1
2