Searched refs:sharingCheckbox (Results 1 – 1 of 1) sorted by relevance
269 CheckBox sharingCheckbox = (CheckBox) frag.getmDialog() in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady() local271 assertThat(sharingCheckbox.getVisibility()).isEqualTo(View.VISIBLE); in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady()272 assertThat(sharingCheckbox.getText().toString().contains(FAKE_DEVICE_NAME)).isTrue(); in dialogShowsContactSharingCheckboxWhenBluetoothProfileNotReady()288 CheckBox sharingCheckbox = (CheckBox) frag.getmDialog() in dialogHidesContactSharingCheckboxWhenBluetoothProfileIsReady() local290 assertThat(sharingCheckbox.getVisibility()).isEqualTo(View.GONE); in dialogHidesContactSharingCheckboxWhenBluetoothProfileIsReady()