Searched refs:shouldBeVisible (Results 1 – 7 of 7) sorted by relevance
57 .shouldBeVisible()).isTrue(); in shouldBeVisible_permissionRequestedIsTrue_isTrue()61 .shouldBeVisible()).isTrue(); in shouldBeVisible_permissionRequestedIsTrue_isTrue()65 .shouldBeVisible()).isFalse(); in shouldBeVisible_permissionRequestedIsTrue_isTrue()69 .shouldBeVisible()).isFalse(); in shouldBeVisible_permissionRequestedIsTrue_isTrue()106 assertThat(state1.shouldBeVisible()).isTrue(); in createPermissionState()111 assertThat(state2.shouldBeVisible()).isFalse(); in createPermissionState()
183 return shouldBeVisible(); in isVisible()198 if (shouldBeVisible()) { in setUpButton()230 private boolean shouldBeVisible() { in shouldBeVisible() method in ActionButtonInfo
98 when(mPermissionState.shouldBeVisible()).thenReturn(false); in refreshUi_switchPreferenceEnabled()103 when(mPermissionState.shouldBeVisible()).thenReturn(true); in refreshUi_switchPreferenceEnabled()
109 return state.shouldBeVisible();129 public boolean shouldBeVisible() { in shouldBeVisible() method in AppStateAlarmsAndRemindersBridge.AlarmsAndRemindersState
69 return appState.shouldBeVisible(); in isCandidate()
148 mSwitchPref.setEnabled(mPermissionState.shouldBeVisible()); in refreshUi()
192 public void updateVisibility(final boolean shouldBeVisible, final boolean isFullscreenMode) { in updateVisibility() argument193 final int visibility = shouldBeVisible ? VISIBLE : (isFullscreenMode ? GONE : INVISIBLE); in updateVisibility()