OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callPromptId
(Results
1 - 2
of
2
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
EriInfo.java
32
public int
callPromptId
;
36
int
callPromptId
, int alertId) {
42
this.
callPromptId
=
callPromptId
;
EriManager.java
195
} else if (name.equals("
CallPromptId
")) {
201
Rlog.e(LOG_TAG, "Error Parsing ERI file: found" + id + "
CallPromptId
");
210
int
callPromptId
= Integer.parseInt(
211
parser.getAttributeValue(null, "
CallPromptId
"));
215
iconIndex, iconMode, eriText,
callPromptId
, alertId));
Completed in 832 milliseconds