Searched refs:isAlwaysOperating (Results 1 – 2 of 2) sorted by relevance
242 } else if (mSupportFeatureProvider.isAlwaysOperating(PHONE, null /* countryCode */) in addOnlineEscalationCards()243 || mSupportFeatureProvider.isAlwaysOperating(CHAT, null /* countryCode */)) { in addOnlineEscalationCards()276 mSupportFeatureProvider.isAlwaysOperating(PHONE, mSelectedCountry); in addOfflineEscalationCards()
67 boolean isAlwaysOperating(@SupportType int type, String countryCode); in isAlwaysOperating() method