OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eri
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DemoStatusIcons.java
99
String
eri
= args.getString("
eri
");
local
100
if (
eri
!= null) {
101
int iconId =
eri
.equals("show") ? R.drawable.stat_sys_roaming_cdma_0
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriManager.java
38
* EriManager loads the
ERI
file definitions and manages the CDMA roaming information.
47
int mEriFileType; //
Eri
Phase 0/1
129
* Load the
ERI
file from the MODEM through chipset specific RIL_REQUEST_OEM_HOOK
131
* In this case the
ERI
file can be updated from the Phone Support Tool available
139
* Load the
ERI
file from a File System file
141
* In this case the a Phone Support Tool to update the
ERI
file must be provided
149
* Load the
ERI
file from the application framework resources encoded in XML
174
parser = r.getXml(com.android.internal.R.xml.
eri
);
192
Rlog.e(LOG_TAG, "Error Parsing
ERI
file: " + mEriFile.mNumberOfEriEntries
201
Rlog.e(LOG_TAG, "Error Parsing
ERI
file: found" + id + " CallPromptId")
[
all
...]
Completed in 162 milliseconds