Searched refs:invocationType (Results 1 – 2 of 2) sorted by relevance
349 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument350 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()353 protected void logStartAssistLegacy(int invocationType, int phoneState) { in logStartAssistLegacy() argument357 .setSubtype(toLoggingSubType(invocationType, phoneState))); in logStartAssistLegacy()360 protected final int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument365 subType |= invocationType << 1; in toLoggingSubType()
3087 int invocationType) {3104 args.putInt(AssistUtils.INVOCATION_TYPE_KEY, invocationType);