Home
last modified time | relevance | path

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

/packages/services/Telecomm/src/com/android/server/telecom/
DAnalytics.java412 TelecomLogClass.CallLog analyticsProto = toProto(); in toParcelableAnalytics() local
414 Arrays.stream(analyticsProto.callEvents) in toParcelableAnalytics()
421 Arrays.stream(analyticsProto.callTimings) in toParcelableAnalytics()
429 analyticsProto.getStartTime5Min(), in toParcelableAnalytics()
430 analyticsProto.getCallDurationMillis(), in toParcelableAnalytics()
431 analyticsProto.getType(), in toParcelableAnalytics()
432 analyticsProto.getIsAdditionalCall(), in toParcelableAnalytics()
433 analyticsProto.getIsInterrupted(), in toParcelableAnalytics()
434 analyticsProto.getCallTechnologies(), in toParcelableAnalytics()
435 analyticsProto.getCallTerminationCode(), in toParcelableAnalytics()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java267 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsVideo() local
270 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsVideo()
271 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo()
326 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsDumpToProto() local
329 assertEquals(1, analyticsProto.getCarrierId()); in testAnalyticsDumpToProto()
330 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsDumpToProto()
331 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0]; in testAnalyticsDumpToProto()
429 TelecomLogClass.TelecomLog analyticsProto =
433 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);
448 TelecomLogClass.TelecomLog analyticsProto =
[all …]