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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CellularNetworkService.java 28 import android.telephony.CellIdentity;
228 CellIdentity cellIdentity =
229 convertHalCellIdentityToCellIdentity(voiceRegState.cellIdentity);
233 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
248 CellIdentity cellIdentity =
249 convertHalCellIdentityToCellIdentity(voiceRegState.cellIdentity);
253 cellIdentity, cssSupported, roamingIndicator, systemIsInPrl,
273 CellIdentity cellIdentity
    [all...]
ServiceStateTracker.java 54 import android.telephony.CellIdentity;
    [all...]
Phone.java     [all...]
  /packages/services/Telephony/src/com/android/phone/
NetworkSelectSetting.java 36 import android.telephony.CellIdentity;
411 * registered cellIdentity, wrap it into a CellInfo;
414 * previously connected network operator, since the CellIdentity got from step 1 only has
432 CellIdentity cellIdentity = networkList.get(0).getCellIdentity();
433 CellInfo cellInfo = CellInfoUtil.wrapCellInfoWithCellIdentity(cellIdentity);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTrackerTest.java     [all...]
  /hardware/ril/include/telephony/
ril.h     [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 
  /prebuilts/misc/common/robolectric/android-all/
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 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 157 milliseconds