Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DInflateMessageDocumentHolderTest.java139 View crossProfileContent = mHolder.itemView.findViewById(R.id.cross_profile_content); in testClickingButtonShouldShowProgressBar() local
145 assertThat(crossProfileContent.getVisibility()).isEqualTo(View.VISIBLE); in testClickingButtonShouldShowProgressBar()
152 assertThat(crossProfileContent.getVisibility()).isEqualTo(View.GONE); in testClickingButtonShouldShowProgressBar()