public class

HtcBuildUtils

extends Object
java.lang.Object
   ↳ com.android.internal.telephony.HtcBuildUtils

Class Overview

Ausmus 20111021 for unbundle

Summary

Constants
float HTC_SENSE_VERSION_1_5
float HTC_SENSE_VERSION_1_6
float HTC_SENSE_VERSION_2_0
float HTC_SENSE_VERSION_2_1
float HTC_SENSE_VERSION_3_0
float HTC_SENSE_VERSION_3_5
String HUTCHISON_TEL
Fields
public static final boolean CDMA_EHRPD_CONFIG
public static final boolean FEATURE_CT_CUSTOMIZATION
public static boolean GENERIC_WPHONE_CONFIG
public static final boolean IS_CHNIA Is China project.
public static final boolean IS_CMCC Is CMCC project.
public static boolean KDDI_CONFIG
public static boolean QCT_MM_CONFIG
public static boolean SPRINT_CONFIG
public static boolean SPRINT_WPHONE_CONFIG
public static final boolean SUPPORT_VT To check if current project support Video Telephony project.
public static boolean VERIZON_MECHA_CONFIG
public static boolean VERIZON_WPHONE_CONFIG
Public Constructors
HtcBuildUtils()
Public Methods
static boolean CMCC_CONFIG()
static boolean CT_CONFIG()
static boolean CT_WORDING_CONFIG()
Return true if CT and ATPG project
static boolean GENERIC_VoIP_CONFIG()
static boolean GENERIC_WPHONE_CONFIG()
final static boolean IS_DEBUG()
use this debug flag to do some debug.
final static boolean IS_VM_OMADM()
static boolean KDDI_LTE_CONFIG()
static boolean KDDI_WORDING_CONFIG()
static boolean LTE_CONFIG()
static boolean QCT_8960_Device_CONFIG()
static boolean QMI_CONFIG()
static boolean SPRINT_LTE_CONFIG()
static boolean SPRINT_ROAMING_ENHANCE_CONFIG()
static boolean SPRINT_WPHONE_CONFIG()
static boolean STE_CONFIG()
static boolean VERIZON_CONFIG()
static boolean VERIZON_LTE_CONFIG()
static boolean VERIZON_LTE_WPHONE_CONFIG()
static boolean VERIZON_WPHONE_CONFIG()
final static boolean VZW_GLOBAL_ROAMING_CONFIG()
static boolean WPHONE_UI_CONFIG()
This API is used to decide whehter application should hide the world phone UI or not@return
final static boolean appendfilePath()
final static String displayIccId(String number)
final static String displayPhoneNumber(String number)
final static String displayPhoneNumber2(String number)
final static boolean enableRUIMCard()
static boolean enableSimAuthentication()
final static boolean enableSkypeCall()
static boolean enableTmoWifiIms()
static boolean enableVoRAIms()
static boolean forcePlusCodeTo011()
static float getHtcSenseVersion()
static boolean isAsiaCHSOpenChannel()
Return true if Asia CHS Open channel project
static boolean isCWDataConnectionSupported()
static boolean isIccCardProxyEnabled()
static boolean isPhoneFeatureEnabled()
Return true if phone feature is enabled.
static boolean isRemovedMFPath()
final static boolean isSpecialNonEMS()
static boolean isSupportGsmDataCodingSchemeInCdma()
static boolean isSupportKddiOtasp()
static boolean isTablet()
Return true if it's tablet project
static boolean isTabletPhoneEnabled()
This method is deprecated. Return true if this phone function is enabled in this tablet. Note: Always check isTablet() before invoking this function to improve the performance. Suggest to invoke isPhoneFeatureEnabled() instead.
static boolean isUICC()
This method is deprecated. No replacement.
static boolean isVTEnabled()
static boolean isVoLTEEnabled()
static boolean isWIFIOnly()
Return true if WiFi only .
static boolean needregisterForManualState()
static boolean supportAdditionalNumbersInSim()
static boolean supportEMS()
static boolean supportSIMPhonebookbyIccIO()
static boolean supportSimHotSwapFeature()
static boolean supportUSSDVerification()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final float HTC_SENSE_VERSION_1_5

Constant Value: 1.5

public static final float HTC_SENSE_VERSION_1_6

Constant Value: 1.6

public static final float HTC_SENSE_VERSION_2_0

Constant Value: 2.0

public static final float HTC_SENSE_VERSION_2_1

Constant Value: 2.1

public static final float HTC_SENSE_VERSION_3_0

Constant Value: 3.0

public static final float HTC_SENSE_VERSION_3_5

Constant Value: 3.5

public static final String HUTCHISON_TEL

Constant Value: "45404"

Fields

public static final boolean CDMA_EHRPD_CONFIG

public static final boolean FEATURE_CT_CUSTOMIZATION

public static boolean GENERIC_WPHONE_CONFIG

public static final boolean IS_CHNIA

Is China project. A superset of China related projects.

public static final boolean IS_CMCC

Is CMCC project.

public static boolean KDDI_CONFIG

public static boolean QCT_MM_CONFIG

public static boolean SPRINT_CONFIG

public static boolean SPRINT_WPHONE_CONFIG

public static final boolean SUPPORT_VT

To check if current project support Video Telephony project.

public static boolean VERIZON_MECHA_CONFIG

public static boolean VERIZON_WPHONE_CONFIG

Public Constructors

public HtcBuildUtils ()

Public Methods

public static boolean CMCC_CONFIG ()

public static boolean CT_CONFIG ()

public static boolean CT_WORDING_CONFIG ()

Return true if CT and ATPG project

public static boolean GENERIC_VoIP_CONFIG ()

public static boolean GENERIC_WPHONE_CONFIG ()

public static final boolean IS_DEBUG ()

use this debug flag to do some debug.

public static final boolean IS_VM_OMADM ()

public static boolean KDDI_LTE_CONFIG ()

public static boolean KDDI_WORDING_CONFIG ()

public static boolean LTE_CONFIG ()

public static boolean QCT_8960_Device_CONFIG ()

public static boolean QMI_CONFIG ()

public static boolean SPRINT_LTE_CONFIG ()

public static boolean SPRINT_ROAMING_ENHANCE_CONFIG ()

public static boolean SPRINT_WPHONE_CONFIG ()

public static boolean STE_CONFIG ()

public static boolean VERIZON_CONFIG ()

public static boolean VERIZON_LTE_CONFIG ()

public static boolean VERIZON_LTE_WPHONE_CONFIG ()

public static boolean VERIZON_WPHONE_CONFIG ()

public static final boolean VZW_GLOBAL_ROAMING_CONFIG ()

public static boolean WPHONE_UI_CONFIG ()

This API is used to decide whehter application should hide the world phone UI or not@return

public static final boolean appendfilePath ()

public static final String displayIccId (String number)

public static final String displayPhoneNumber (String number)

public static final String displayPhoneNumber2 (String number)

public static final boolean enableRUIMCard ()

public static boolean enableSimAuthentication ()

public static final boolean enableSkypeCall ()

public static boolean enableTmoWifiIms ()

public static boolean enableVoRAIms ()

public static boolean forcePlusCodeTo011 ()

public static float getHtcSenseVersion ()

public static boolean isAsiaCHSOpenChannel ()

Return true if Asia CHS Open channel project

public static boolean isCWDataConnectionSupported ()

public static boolean isIccCardProxyEnabled ()

public static boolean isPhoneFeatureEnabled ()

Return true if phone feature is enabled.

public static boolean isRemovedMFPath ()

public static final boolean isSpecialNonEMS ()

public static boolean isSupportGsmDataCodingSchemeInCdma ()

public static boolean isSupportKddiOtasp ()

public static boolean isTablet ()

Return true if it's tablet project

public static boolean isTabletPhoneEnabled ()

This method is deprecated.
Return true if this phone function is enabled in this tablet. Note: Always check isTablet() before invoking this function to improve the performance. Suggest to invoke isPhoneFeatureEnabled() instead.

public static boolean isUICC ()

This method is deprecated.
No replacement.

public static boolean isVTEnabled ()

public static boolean isVoLTEEnabled ()

public static boolean isWIFIOnly ()

Return true if WiFi only .

public static boolean needregisterForManualState ()

public static boolean supportAdditionalNumbersInSim ()

public static boolean supportEMS ()

public static boolean supportSIMPhonebookbyIccIO ()

public static boolean supportSimHotSwapFeature ()

public static boolean supportUSSDVerification ()