Searched refs:callLogs (Results 1 – 4 of 4) sorted by relevance
270 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsVideo()271 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo()330 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsDumpToProto()331 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0]; in testAnalyticsDumpToProto()433 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);451 assertEquals(Analytics.MAX_NUM_CALLS_TO_STORE, analyticsProto.callLogs.length);452 assertEquals(Arrays.stream(analyticsProto.callLogs)
94 List<CallEntry.Builder> callLogs = new ArrayList<>(); in populateCallLog() local96 callLogs.add(SIMPLE_CALL_LOG[0]); in populateCallLog()98 callLogs = Arrays.asList(SIMPLE_CALL_LOG); in populateCallLog()101 for (CallEntry.Builder builder : callLogs) { in populateCallLog()
81 private void onCallHistoryChanged(List<PhoneCallLog> callLogs) { in onCallHistoryChanged() argument83 if (callLogs == null && getValue() == null) { in onCallHistoryChanged()91 postValue(convert(callLogs)); in onCallHistoryChanged()
647 result.callLogs = sCallIdToInfo.values().stream() in dumpToEncodedProto()