Searched refs:invocationType (Results 1 – 5 of 5) sorted by relevance
42 fun invocationType() = in invocationType() method44 val invocationType by collectLastValue(underTest.latestInvocationType) in invocationType() constant48 assertThat(invocationType).isEqualTo(2) in invocationType()
330 int invocationType = args.getInt(INVOCATION_TYPE_KEY); in shouldOverrideAssist() local331 return shouldOverrideAssist(invocationType); in shouldOverrideAssist()335 public boolean shouldOverrideAssist(int invocationType) { in shouldOverrideAssist() argument338 override -> override == invocationType); in shouldOverrideAssist()536 public int toLoggingSubType(int invocationType) { in toLoggingSubType() argument537 return toLoggingSubType(invocationType, mPhoneStateMonitor.getPhoneState()); in toLoggingSubType()540 protected void logStartAssistLegacy(int invocationType, int phoneState) { in logStartAssistLegacy() argument544 .setSubtype(toLoggingSubType(invocationType, phoneState))); in logStartAssistLegacy()547 protected final int toLoggingSubType(int invocationType, int phoneState) { in toLoggingSubType() argument552 subType |= invocationType << 1; in toLoggingSubType()
47 val invocationType by collectLastValue(underTest.latestInvocationType) in onAssistantStarted() constant51 assertThat(invocationType).isEqualTo(3) in onAssistantStarted()
63 void onAssistantOverrideInvoked(int invocationType) = 28; in onAssistantOverrideInvoked() argument
4258 int invocationType) {4275 args.putInt(AssistUtils.INVOCATION_TYPE_KEY, invocationType);