public class EriManager extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ERI_FROM_XML |
Constructor and Description |
---|
EriManager(Phone phone,
Context context,
int eriFileSource) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
int |
getCdmaEriIconIndex(int roamInd,
int defRoamInd) |
int |
getCdmaEriIconMode(int roamInd,
int defRoamInd) |
String |
getCdmaEriText(int roamInd,
int defRoamInd) |
int |
getEriFileType()
Returns the ERI file type value ( 0 for Phase 0, 1 for Phase 1)
|
int |
getEriFileVersion()
Returns the version of the ERI file
|
int |
getEriNumberOfEntries()
Returns the number of ERI entries parsed
|
boolean |
isEriFileLoaded()
Returns if the ERI file has been loaded
|
void |
loadEriFile() |
public static final int ERI_FROM_XML
public void dispose()
public void loadEriFile()
public int getEriFileVersion()
public int getEriNumberOfEntries()
public int getEriFileType()
public boolean isEriFileLoaded()
public int getCdmaEriIconIndex(int roamInd, int defRoamInd)
public int getCdmaEriIconMode(int roamInd, int defRoamInd)
public String getCdmaEriText(int roamInd, int defRoamInd)