Home
last modified time | relevance | path

Searched refs:isRoaming (Results 1 – 6 of 6) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp129 bool isRoaming = false; in TEST_F() local
132 isRoaming); in TEST_F()
215 bool isRoaming = false; in TEST_F() local
217 radio->setInitialAttachApn(serial, dataProfileInfo, modemCognitive, isRoaming); in TEST_F()
/hardware/interfaces/radio/1.2/default/
DRadio.h90 bool modemCognitive, bool roamingAllowed, bool isRoaming) override;
197 bool modemCognitive, bool isRoaming) override;
223 bool isRoaming) override;
277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
/hardware/interfaces/radio/1.2/
DIRadio.hal149 * @param isRoaming Indicates whether or not the framework has requested this setupDataCall for
171 bool isRoaming, DataRequestReason reason, vec<string> addresses, vec<string> dnses);
/hardware/interfaces/radio/1.0/
DIRadio.hal383 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
392 bool isRoaming);
1236 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
1244 bool modemCognitive, bool isRoaming);
1411 * @param isRoaming Indicating the device is roaming or not. The 'protocol' parameter in the old
1418 oneway setDataProfile(int32_t serial, vec<DataProfileInfo> profiles, bool isRoaming);
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp623 bool isRoaming = false; in TEST_F() local
631 modemCognitive, roamingAllowed, isRoaming, in TEST_F()
/hardware/ril/libril/
Dril_service.cpp200 bool isRoaming);
389 bool modemCognitive, bool isRoaming);
425 const ::android::hardware::hidl_vec<DataProfileInfo>& profiles, bool isRoaming);
1110 bool roamingAllowed, bool isRoaming) { in setupDataCall() argument
1118 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setupDataCall()
2017 bool modemCognitive, bool isRoaming) { in setInitialAttachApn() argument
2035 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setInitialAttachApn()
2450 bool isRoaming) { in setDataProfile() argument
2490 (isRoaming ? profiles[i].roamingProtocol : profiles[i].protocol); in setDataProfile()