Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/dirlist/
DInflateMessageDocumentHolderTest.java138 View crossProfile = mHolder.itemView.findViewById(R.id.cross_profile); in testClickingButtonShouldShowProgressBar() local
144 assertThat(crossProfile.getVisibility()).isEqualTo(View.VISIBLE); in testClickingButtonShouldShowProgressBar()
151 assertThat(crossProfile.getVisibility()).isEqualTo(View.VISIBLE); in testClickingButtonShouldShowProgressBar()
/packages/modules/IntentResolver/java/src/com/android/intentresolver/
DIntentForwarding.kt91 if (!applicationInfo.crossProfile) { in isPermissionGranted()