Home
last modified time | relevance | path

Searched refs:getCellLocation (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTelephonyManager.java368 protected CellLocation getCellLocation() { in getCellLocation() method in ShadowTelephonyManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTelephonyManagerTest.java201 assertEquals(mockCellLocation, telephonyManager.getCellLocation()); in shouldGiveCellLocation()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DTelephonyManagerFacade.java691 return mTelephonyManager.getCellLocation(); in telephonyGetCellLocation()