Home
last modified time | relevance | path

Searched refs:invocationType (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
DAssistManager.java511 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument
512 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()
515 protected void logStartAssistLegacy(int invocationType, int phoneState) { in logStartAssistLegacy() argument
519 .setSubtype(toLoggingSubType(invocationType, phoneState))); in logStartAssistLegacy()
522 protected final int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument
527 subType |= invocationType << 1; in toLoggingSubType()