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

  /packages/services/Telephony/src/com/android/phone/
NetworkQueryService.java 336 cb.onResults(getCellInfoList((List<OperatorInfo>) ar.result));
372 private List<CellInfo> getCellInfoList(List<OperatorInfo> operatorInfoList) {
  /hardware/interfaces/radio/1.0/
IRadio.hal     [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_misc.cpp 485 * Test IRadio.getCellInfoList() for the response returned.
487 TEST_F(RadioHidlTest, getCellInfoList) {
490 radio->getCellInfoList(serial);
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 643 Return<void> Radio::getCellInfoList(int32_t /* serial */) {
Radio.h 193 Return<void> getCellInfoList(int32_t serial) override;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
UsimDataDownloadCommands.java.broken 640 public void getCellInfoList(Message result) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CommandsInterface.java     [all...]
RIL.java     [all...]
ServiceStateTracker.java     [all...]
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_api.cpp 666 * Test IRadio.getCellInfoList() for the response returned.
671 Return<void> res = radio_v1_2->getCellInfoList(serial);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
RILTest.java 674 mRILUnderTest.getCellInfoList(obtainMessage(), null);
675 verify(mRadioProxy).getCellInfoList(mSerialNumberCaptor.capture());
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]
  /hardware/ril/libril/
ril_service.cpp 382 Return<void> getCellInfoList(int32_t serial);
    [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 576 milliseconds