Searched refs:toLoggingSubType (Results 1 – 2 of 2) sorted by relevance
266 .setSubtype(toLoggingSubType(invocationType, phoneState))); in startAssist()448 public int toLoggingSubType(int invocationType) { in toLoggingSubType() method in AssistManager449 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()452 private int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() method in AssistManager
137 .setSubtype(Dependency.get(AssistManager.class).toLoggingSubType(type))); in logInvocationProgressMetrics()