HomeSort by relevance Sort by last modified time
    Searched refs:SupportType (Results 1 - 3 of 3) sorted by null

  /packages/apps/Settings/src/com/android/settings/overlay/
SupportFeatureProvider.java 37 @IntDef({SupportType.EMAIL, SupportType.PHONE, SupportType.CHAT})
39 @interface SupportType {
53 boolean isSupportTypeEnabled(Context context, @SupportType int type);
64 boolean isAlwaysOperating(@SupportType int type, String countryCode);
69 boolean isOperatingNow(@SupportType int type);
74 String getCurrentCountryCodeIfHasConfig(@SupportType int type);
80 CharSequence getOperationHours(Context context, @SupportType int type, String countryCode,
86 String getEstimatedWaitTime(Context context, @SupportType int type)
    [all...]
  /packages/apps/Settings/src/com/android/settings/support/
SupportDisclaimerDialogFragment.java 51 @SupportFeatureProvider.SupportType int type) {
  /packages/apps/Settings/src/com/android/settings/dashboard/
SupportItemAdapter.java 52 import static com.android.settings.overlay.SupportFeatureProvider.SupportType.CHAT;
53 import static com.android.settings.overlay.SupportFeatureProvider.SupportType.PHONE;
412 private void tryStartDisclaimerAndSupport(final @SupportFeatureProvider.SupportType int type) {

Completed in 79 milliseconds