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

  /hardware/interfaces/radio/1.2/
IRadio.hal 135 * @param modemCognitive Indicates that the requested profile has previously been provided via
159 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
ApnSetting.java 111 public final boolean modemCognitive;
159 int bearerBitmask, int profileId, boolean modemCognitive, int maxConns,
187 this.modemCognitive = modemCognitive;
205 int networkTypeBitmask, int profileId, boolean modemCognitive, int maxConns,
210 profileId, modemCognitive, maxConns, waitTime, maxConnsTime, mtu, mvnoType,
219 int networkTypeBitmask, int profileId, boolean modemCognitive, int maxConns,
249 this.modemCognitive = modemCognitive;
263 apn.modemCognitive, apn.maxConns, apn.waitTime, apn.maxConnsTime
    [all...]
DcTracker.java     [all...]
  /hardware/interfaces/radio/1.0/vts/functional/
radio_hidl_hal_data.cpp 66 bool modemCognitive = false;
70 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed,
153 bool modemCognitive = true;
156 radio->setInitialAttachApn(serial, dataProfileInfo, modemCognitive, isRoaming);
  /frameworks/base/telephony/java/android/telephony/data/
DataProfile.java 79 boolean modemCognitive) {
103 this.mModemCognitive = modemCognitive;
ApnSetting.java 573 int networkTypeBitmask, int profileId, boolean modemCognitive, int maxConns,
594 .setModemCognitive(modemCognitive)
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.h 90 bool modemCognitive, bool roamingAllowed, bool isRoaming) override;
197 bool modemCognitive, bool isRoaming) override;
277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
  /hardware/interfaces/radio/1.0/
IRadio.hal 380 * @param modemCognitive Indicating this profile was sent to the modem through setDataProfile
391 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
ApnSettingTest.java 133 assertEquals(a1.modemCognitive, a2.modemCognitive);
    [all...]
  /hardware/interfaces/radio/1.2/vts/functional/
radio_hidl_hal_api.cpp 603 bool modemCognitive = false;
613 modemCognitive, roamingAllowed, isRoaming,
  /hardware/ril/include/telephony/
ril.h     [all...]
  /hardware/ril/libril/
ril_service.cpp 196 bool modemCognitive,
387 bool modemCognitive, bool isRoaming);
    [all...]
  /external/robolectric/v3/runtime/
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-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 357 milliseconds