Searched refs:callLogs (Results 1 – 3 of 3) sorted by relevance
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()
284 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsVideo()285 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo()344 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsDumpToProto()345 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0]; in testAnalyticsDumpToProto()447 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);465 assertEquals(Analytics.MAX_NUM_CALLS_TO_STORE, analyticsProto.callLogs.length);466 assertEquals(Arrays.stream(analyticsProto.callLogs)
702 result.callLogs = sCallIdToInfo.values().stream() in dumpToEncodedProto()