Searched refs:isTestAlertsToggleVisible (Results 1 – 5 of 5) sorted by relevance
74 doReturn(false).when(mSearchIndexableProvider).isTestAlertsToggleVisible(); in testQueryNonIndexableKeys()101 doReturn(true).when(mSearchIndexableProvider).isTestAlertsToggleVisible(); in testQueryNonIndexableKeys()
100 public boolean isTestAlertsToggleVisible() { in isTestAlertsToggleVisible() method in CellBroadcastSearchIndexableProvider101 return CellBroadcastSettings.isTestAlertsToggleVisible(getContextMethod()); in isTestAlertsToggleVisible()268 if (!isTestAlertsToggleVisible()) { in queryNonIndexableKeys()
670 mTestCheckBox.setVisible(isTestAlertsToggleVisible(getContext())); in updatePreferenceVisibility()924 public static boolean isTestAlertsToggleVisible(Context context) { in isTestAlertsToggleVisible() method in CellBroadcastSettings925 return isTestAlertsToggleVisible(context, null); in isTestAlertsToggleVisible()933 public static boolean isTestAlertsToggleVisible(Context context, String operator) { in isTestAlertsToggleVisible() method in CellBroadcastSettings
550 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()574 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()632 && CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in isChannelEnabled()
298 .isTestAlertsToggleVisible(getApplicationContext(), roamingOperator) in getCellBroadcastChannelsConfig()300 : (CellBroadcastSettings.isTestAlertsToggleVisible(getApplicationContext()) in getCellBroadcastChannelsConfig()