Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DPickActivityTest.java79 PickActivity pickActivity = mRule.launchActivity(mIntentGetContent); in testOnDocumentPicked() local
80 pickActivity.mState.canShareAcrossProfile = true; in testOnDocumentPicked()
81 pickActivity.onDocumentPicked(doc); in testOnDocumentPicked()
85 assertThat(pickActivity.isFinishing()).isTrue(); in testOnDocumentPicked()
99 pickActivity.mState.canShareAcrossProfile = true; in testOnDocumentPicked_otherUser()
100 pickActivity.onDocumentPicked(doc); in testOnDocumentPicked_otherUser()
116 PickActivity pickActivity = mRule.launchActivity(mIntentGetContent); in testOnDocumentPicked_otherUserDoesNotReturn() local
117 pickActivity.mState.canShareAcrossProfile = false; in testOnDocumentPicked_otherUserDoesNotReturn()
118 pickActivity.getInjector().dialogs = mTestDialogs; in testOnDocumentPicked_otherUserDoesNotReturn()
119 pickActivity.onDocumentPicked(doc); in testOnDocumentPicked_otherUserDoesNotReturn()
[all …]