Searched refs:dataCall (Results 1 – 3 of 3) sorted by relevance
264 public synchronized void addDataCallSession(DataCallSession dataCall) { in addDataCallSession() argument265 int index = findIndex(dataCall); in addDataCallSession()268 dataCall.ratSwitchCount += existingCall.ratSwitchCount; in addDataCallSession()269 dataCall.durationMinutes += existingCall.durationMinutes; in addDataCallSession()270 mAtoms.dataCallSession[index] = dataCall; in addDataCallSession()274 mAtoms.dataCallSession, dataCall, MAX_NUM_DATA_CALL_SESSIONS); in addDataCallSession()
381 .forEach(dataCall -> data.add(buildStatsEvent(dataCall))); in pullDataCallSession()
1826 RilDataCall dataCall = new RilDataCall(); in writeOnSetupDataCallResponse() local1833 dataCall.cid = response.getId(); in writeOnSetupDataCallResponse()1834 dataCall.type = response.getProtocolType() + 1; in writeOnSetupDataCallResponse()1837 dataCall.ifname = response.getInterfaceName(); in writeOnSetupDataCallResponse()1840 setupDataCallResponse.call = dataCall; in writeOnSetupDataCallResponse()