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.java405 TelecomLogClass.CallLog analyticsProto = toProto(); in toParcelableAnalytics() local
407 Arrays.stream(analyticsProto.callEvents) in toParcelableAnalytics()
414 Arrays.stream(analyticsProto.callTimings) in toParcelableAnalytics()
422 analyticsProto.getStartTime5Min(), in toParcelableAnalytics()
423 analyticsProto.getCallDurationMillis(), in toParcelableAnalytics()
424 analyticsProto.getType(), in toParcelableAnalytics()
425 analyticsProto.getIsAdditionalCall(), in toParcelableAnalytics()
426 analyticsProto.getIsInterrupted(), in toParcelableAnalytics()
427 analyticsProto.getCallTechnologies(), in toParcelableAnalytics()
428 analyticsProto.getCallTerminationCode(), in toParcelableAnalytics()
[all …]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DAnalyticsTests.java257 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsVideo() local
260 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsVideo()
261 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents; in testAnalyticsVideo()
315 TelecomLogClass.TelecomLog analyticsProto = in testAnalyticsDumpToProto() local
318 assertEquals(1, analyticsProto.callLogs.length); in testAnalyticsDumpToProto()
319 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0]; in testAnalyticsDumpToProto()
417 TelecomLogClass.TelecomLog analyticsProto =
421 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);
436 TelecomLogClass.TelecomLog analyticsProto =
439 assertEquals(Analytics.MAX_NUM_CALLS_TO_STORE, analyticsProto.callLogs.length);
[all …]