Searched refs:crossProfile (Results 1 – 2 of 2) sorted by relevance
138 View crossProfile = mHolder.itemView.findViewById(R.id.cross_profile); in testClickingButtonShouldShowProgressBar() local144 assertThat(crossProfile.getVisibility()).isEqualTo(View.VISIBLE); in testClickingButtonShouldShowProgressBar()151 assertThat(crossProfile.getVisibility()).isEqualTo(View.VISIBLE); in testClickingButtonShouldShowProgressBar()
91 if (!applicationInfo.crossProfile) { in isPermissionGranted()