Searched refs:currentCalls (Results 1 – 11 of 11) sorted by relevance
86 for (const ::android::hardware::radio::V1_6::Call& call : radioRsp_v1_6->currentCalls) { in clearPotentialEstablishedCalls()99 EXPECT_EQ(0, radioRsp_v1_6->currentCalls.size()); in clearPotentialEstablishedCalls()
1234 currentCalls = calls; in getCurrentCallsResponse_1_6()
72 hidl_vec<::android::hardware::radio::V1_6::Call> currentCalls; variable
118 for (const ::android::hardware::radio::V1_2::Call& call : radioRsp_v1_4->currentCalls) { in clearPotentialEstablishedCalls()131 EXPECT_EQ(0, radioRsp_v1_4->currentCalls.size()); in clearPotentialEstablishedCalls()
736 currentCalls = calls; in getCurrentCallsResponse_1_2()
73 hidl_vec<::android::hardware::radio::V1_2::Call> currentCalls; variable
40 std::vector<Call> currentCalls; variable
100 currentCalls = calls; in getCurrentCallsResponse()
75 for (const Call& call : radioRsp_voice->currentCalls) { in clearPotentialEstablishedCalls()88 EXPECT_EQ(0, radioRsp_voice->currentCalls.size()); in clearPotentialEstablishedCalls()
80 hidl_vec<::android::hardware::radio::V1_2::Call> currentCalls; variable