Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt440 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.TestActivityStarter
508 ++totalInvocations in startAsCaller()
523 ++totalInvocations in startAsUser()