HomeSort by relevance Sort by last modified time
    Searched defs:cellLocation (Results 1 - 6 of 6) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmCellBroadcastHandler.java 22 import android.telephony.CellLocation;
113 CellLocation cl = mPhone.getCellLocation();
118 GsmCellLocation cellLocation = (GsmCellLocation)cl;
119 lac = cellLocation.getLac();
120 cid = cellLocation.getCid();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaPhoneTest.java 31 import android.telephony.CellLocation;
171 CellLocation cellLocation = new GsmCellLocation();
172 doReturn(cellLocation).when(mSST).getCellLocation();
173 assertEquals(cellLocation, mPhoneUT.getCellLocation());
  /prebuilts/tools/common/fest/
fest-swing-1.2.1.jar 
  /external/robolectric/v3/runtime/
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.4_r1-robolectric-1.jar 

Completed in 241 milliseconds