Searched refs:invocationType (Results 1 – 1 of 1) sorted by relevance
511 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument512 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()515 protected void logStartAssistLegacy(int invocationType, int phoneState) { in logStartAssistLegacy() argument519 .setSubtype(toLoggingSubType(invocationType, phoneState))); in logStartAssistLegacy()522 protected final int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument527 subType |= invocationType << 1; in toLoggingSubType()