Home
last modified time | relevance | path

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

/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/chooser/
DImmutableTargetInfoTest.kt445 assertThat(activityStarter.lastInvocationAsCaller).isTrue() in testActivityStarter_correctNumberOfInvocations_startAsCaller()
474 assertThat(activityStarter.lastInvocationAsCaller).isFalse() in testActivityStarter_correctNumberOfInvocations_startAsUser()
500 var lastInvocationAsCaller = false variable
513 lastInvocationAsCaller = true in startAsCaller()
528 lastInvocationAsCaller = false in startAsUser()