Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/overlay/
DSupportFeatureProvider.java89 String getEstimatedWaitTime(Context context, @SupportType int type); in getEstimatedWaitTime() method
/packages/apps/Settings/src/com/android/settings/dashboard/
DSupportItemAdapter.java262 .setSummary1(mSupportFeatureProvider.getEstimatedWaitTime(mActivity, PHONE)) in addOnlineEscalationCards()
267 .setSummary2(mSupportFeatureProvider.getEstimatedWaitTime(mActivity, CHAT)) in addOnlineEscalationCards()