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.java255 int invocationType = args.getInt(INVOCATION_TYPE_KEY, 0); in startAssist() local
256 if (invocationType == INVOCATION_TYPE_GESTURE) { in startAssist()
266 .setSubtype(toLoggingSubType(invocationType, phoneState))); in startAssist()
448 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument
449 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()
452 private int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument
457 subType |= invocationType << 1; in toLoggingSubType()