Home
last modified time | relevance | path

Searched refs:isAlwaysOperating (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/
DSupportItemAdapter.java242 } else if (mSupportFeatureProvider.isAlwaysOperating(PHONE, null /* countryCode */) in addOnlineEscalationCards()
243 || mSupportFeatureProvider.isAlwaysOperating(CHAT, null /* countryCode */)) { in addOnlineEscalationCards()
276 mSupportFeatureProvider.isAlwaysOperating(PHONE, mSelectedCountry); in addOfflineEscalationCards()
/packages/apps/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java67 boolean isAlwaysOperating(@SupportType int type, String countryCode); in isAlwaysOperating() method