Searched refs:totalInvocations (Results 1 – 1 of 1) sorted by relevance
440 assertThat(activityStarter.totalInvocations).isEqualTo(1) in testActivityStarter_correctNumberOfInvocations_startAsCaller()469 assertThat(activityStarter.totalInvocations).isEqualTo(1) in testActivityStarter_correctNumberOfInvocations_startAsUser()490 assertThat(activityStarter.totalInvocations).isEqualTo(3) // Instance is still shared. in testActivityStarter_invokedWithRespectiveTargetInfoAfterCopy()495 var totalInvocations = 0 variable in com.android.intentresolver.chooser.TestActivityStarter508 ++totalInvocations in startAsCaller()523 ++totalInvocations in startAsUser()