Searched refs:creationLogs (Results 1 – 1 of 1) sorted by relevance
1880 StringBuffer creationLogs = new StringBuffer(); in startOutgoingCall() local1881 creationLogs.append("requestedAcct:"); in startOutgoingCall()1883 creationLogs.append("none"); in startOutgoingCall()1885 creationLogs.append(requestedAccountHandle); in startOutgoingCall()1887 creationLogs.append(", selfMgd:"); in startOutgoingCall()1888 creationLogs.append(isSelfManaged); in startOutgoingCall()1926 call.initAnalytics(callingPackage, creationLogs.toString()); in startOutgoingCall()