Home
last modified time | relevance | path

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

/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DAnalyticsTests.java278 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsVideo() local
281 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsVideo()
282 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo()
337 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsDumpToProto() local
340 assertEquals(1, analyticsProto.getCarrierId()); in testAnalyticsDumpToProto()
341 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsDumpToProto()
342 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0]; in testAnalyticsDumpToProto()
440 TelecomLogClass.TelecomLog analyticsProto =
459 TelecomLogClass.TelecomLog analyticsProto =
462 assertEquals(Analytics.MAX_NUM_CALLS_TO_STORE, analyticsProto.callLogs.length);
[all …]
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DAnalytics.java428 Arrays.stream(analyticsProto.callEvents) in toParcelableAnalytics()
435 Arrays.stream(analyticsProto.callTimings) in toParcelableAnalytics()
443 analyticsProto.getStartTime5Min(), in toParcelableAnalytics()
444 analyticsProto.getCallDurationMillis(), in toParcelableAnalytics()
445 analyticsProto.getType(), in toParcelableAnalytics()
446 analyticsProto.getIsAdditionalCall(), in toParcelableAnalytics()
447 analyticsProto.getIsInterrupted(), in toParcelableAnalytics()
448 analyticsProto.getCallTechnologies(), in toParcelableAnalytics()
449 analyticsProto.getCallTerminationCode(), in toParcelableAnalytics()
450 analyticsProto.getIsEmergencyCall(), in toParcelableAnalytics()
[all …]