Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java349 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument
350 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()
353 protected void logStartAssistLegacy(int invocationType, int phoneState) { in logStartAssistLegacy() argument
357 .setSubtype(toLoggingSubType(invocationType, phoneState))); in logStartAssistLegacy()
360 protected final int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument
365 subType |= invocationType << 1; in toLoggingSubType()
/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3087 int invocationType) {
3104 args.putInt(AssistUtils.INVOCATION_TYPE_KEY, invocationType);