Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioResponse.java2167 ArrayList<DriverCall> dcCalls = new ArrayList<DriverCall>(num); in responseCurrentCalls() local
2173 dcCalls.add(dc); in responseCurrentCalls()
2184 Collections.sort(dcCalls); in responseCurrentCalls()
2195 sendMessageResponse(rr.mResult, dcCalls); in responseCurrentCalls()
2197 mRil.processResponseDone(rr, responseInfo, dcCalls); in responseCurrentCalls()
2207 ArrayList<DriverCall> dcCalls = new ArrayList<DriverCall>(num); in responseCurrentCalls_1_2() local
2213 dcCalls.add(dc); in responseCurrentCalls_1_2()
2224 Collections.sort(dcCalls); in responseCurrentCalls_1_2()
2235 sendMessageResponse(rr.mResult, dcCalls); in responseCurrentCalls_1_2()
2237 mRil.processResponseDone(rr, responseInfo, dcCalls); in responseCurrentCalls_1_2()
[all …]