HomeSort by relevance Sort by last modified time
    Searched refs:analyticsProto (Results 1 - 2 of 2) sorted by null

  /packages/services/Telecomm/src/com/android/server/telecom/
Analytics.java 369 TelecomLogClass.CallLog analyticsProto = toProto();
371 Arrays.stream(analyticsProto.callEvents)
378 Arrays.stream(analyticsProto.callTimings)
386 analyticsProto.getStartTime5Min(),
387 analyticsProto.getCallDurationMillis(),
388 analyticsProto.getType(),
389 analyticsProto.getIsAdditionalCall(),
390 analyticsProto.getIsInterrupted(),
391 analyticsProto.getCallTechnologies(),
392 analyticsProto.getCallTerminationCode()
    [all...]
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
AnalyticsTests.java 218 TelecomLogClass.TelecomLog analyticsProto =
221 assertEquals(1, analyticsProto.callLogs.length);
222 TelecomLogClass.VideoEvent[] videoEvents = analyticsProto.callLogs[0].videoEvents;
273 TelecomLogClass.TelecomLog analyticsProto =
276 assertEquals(1, analyticsProto.callLogs.length);
277 TelecomLogClass.CallLog callLog = analyticsProto.callLogs[0];
333 TelecomLogClass.TelecomLog analyticsProto =
337 analyticsProto.callLogs[0].getConnectionProperties() & expectedProperties);

Completed in 46 milliseconds