HomeSort by relevance Sort by last modified time
    Searched refs:cellInfoList (Results 1 - 16 of 16) sorted by null

  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 373 List<CellInfo> cellInfoList = new ArrayList<>();
395 cellInfoList.add(ci);
397 return cellInfoList;
NetworkSelectSetting.java 551 * strength for one network operator. Aggregate the CellInfoList by retaining only the cell info
554 private List<CellInfo> aggregateCellInfoList(List<CellInfo> cellInfoList) {
555 if (DBG) logd("before aggregate: " + cellInfoList.toString());
557 for (CellInfo cellInfo: cellInfoList) {
  /hardware/interfaces/radio/1.0/vts/functional/
radio_indication.cpp 179 Return<void> RadioIndication::cellInfoList(
radio_hidl_hal_utils_v1_0.h 487 Return<void> cellInfoList(RadioIndicationType type,
  /hardware/interfaces/radio/1.1/vts/functional/
radio_indication.cpp 198 Return<void> RadioIndication_v1_1::cellInfoList(
radio_hidl_hal_utils_v1_1.h 510 Return<void> cellInfoList(RadioIndicationType type,
  /hardware/interfaces/radio/1.0/
IRadioIndication.hal 358 oneway cellInfoList(RadioIndicationType type, vec<CellInfo> records);
  /hardware/interfaces/radio/1.2/vts/functional/
radio_indication.cpp 232 Return<void> RadioIndication_v1_2::cellInfoList(
radio_hidl_hal_utils_v1_2.h 564 Return<void> cellInfoList(
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Phone.java     [all...]
RadioIndication.java 689 /** Get unsolicited message for cellInfoList */
690 public void cellInfoList(int indicationType,
701 /** Get unsolicited message for cellInfoList using HAL V1_2 */
    [all...]
  /hardware/ril/libril/
ril_service.cpp     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-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 

Completed in 245 milliseconds