Searched refs:invocationType (Results 1 – 1 of 1) sorted by relevance
255 int invocationType = args.getInt(INVOCATION_TYPE_KEY, 0); in startAssist() local256 if (invocationType == INVOCATION_TYPE_GESTURE) { in startAssist()266 .setSubtype(toLoggingSubType(invocationType, phoneState))); in startAssist()448 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument449 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()452 private int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument457 subType |= invocationType << 1; in toLoggingSubType()