Home
last modified time | relevance | path

Searched refs:roamingAllowed (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp132 bool roamingAllowed = false; in TEST_P() local
135 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_P()
/hardware/interfaces/radio/1.2/default/
DRadio.h90 bool modemCognitive, bool roamingAllowed, bool isRoaming) override;
277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
/hardware/interfaces/radio/1.2/
DIRadio.hal148 * @param roamingAllowed Indicates whether or not data roaming is allowed by the user.
170 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
/hardware/interfaces/radio/1.4/
DIRadio.hal64 * @param roamingAllowed Indicates whether or not data roaming is allowed by the user.
84 DataProfileInfo dataProfileInfo, bool roamingAllowed,
/hardware/interfaces/radio/1.5/
DIRadio.hal182 * @param roamingAllowed Indicates whether or not data roaming is allowed by the user.
199 DataProfileInfo dataProfileInfo, bool roamingAllowed,
/hardware/interfaces/radio/1.2/vts/functional/
Dradio_hidl_hal_api.cpp629 bool roamingAllowed = false; in TEST_P() local
638 modemCognitive, roamingAllowed, isRoaming, in TEST_P()
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp600 bool roamingAllowed = false; in TEST_P() local
608 roamingAllowed, reason, addresses, dnses); in TEST_P()
/hardware/interfaces/radio/1.5/vts/functional/
Dradio_hidl_hal_api.cpp1015 bool roamingAllowed = false; in TEST_P() local
1024 roamingAllowed, reason, addresses, dnses); in TEST_P()
/hardware/interfaces/radio/1.0/
DIRadio.hal382 * @param roamingAllowed Indicating data roaming is allowed or not by the user.
391 DataProfileInfo dataProfileInfo, bool modemCognitive, bool roamingAllowed,
/hardware/ril/libril/
Dril_service.cpp200 bool roamingAllowed,
1111 bool roamingAllowed, bool isRoaming) { in setupDataCall() argument
1153 roamingAllowed ? "1" : "0"); in setupDataCall()