Searched refs:isRoaming (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/radio/1.0/vts/functional/ |
D | radio_hidl_hal_data.cpp | 68 bool isRoaming = false; in TEST_F() local 71 isRoaming); in TEST_F() 150 bool isRoaming = false; in TEST_F() local 152 radio->setInitialAttachApn(serial, dataProfileInfo, modemCognitive, isRoaming); in TEST_F()
|
/hardware/interfaces/radio/1.0/ |
D | IRadio.hal | 383 * @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/ril/libril/ |
D | ril_service.cpp | 186 bool isRoaming); 371 bool modemCognitive, bool isRoaming); 407 const ::android::hardware::hidl_vec<DataProfileInfo>& profiles, bool isRoaming); 1058 bool roamingAllowed, bool isRoaming) { in setupDataCall() argument 1066 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setupDataCall() 1892 bool modemCognitive, bool isRoaming) { in setInitialAttachApn() argument 1921 (isRoaming ? dataProfileInfo.roamingProtocol : dataProfileInfo.protocol); in setInitialAttachApn() 2339 bool isRoaming) { in setDataProfile() argument 2379 (isRoaming ? profiles[i].roamingProtocol : profiles[i].protocol); in setDataProfile()
|