Home
last modified time | relevance | path

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

/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_data.cpp128 bool roamingAllowed = false; in TEST_F() local
131 radio->setupDataCall(serial, radioTechnology, dataProfileInfo, modemCognitive, roamingAllowed, in TEST_F()
/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.2/default/
DRadio.h90 bool modemCognitive, bool roamingAllowed, bool isRoaming) override;
277 bool modemCognitive, bool roamingAllowed, bool isRoaming,
/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.2/vts/functional/
Dradio_hidl_hal_api.cpp622 bool roamingAllowed = false; in TEST_F() local
631 modemCognitive, roamingAllowed, isRoaming, in TEST_F()
/hardware/interfaces/radio/1.4/vts/functional/
Dradio_hidl_hal_api.cpp563 bool roamingAllowed = false; in TEST_F() local
571 roamingAllowed, reason, addresses, dnses); in TEST_F()
/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.cpp199 bool roamingAllowed,
1110 bool roamingAllowed, bool isRoaming) { in setupDataCall() argument
1152 roamingAllowed ? "1" : "0"); in setupDataCall()