OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defRoamInd
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
EriManager.java
286
private EriDisplayInformation getEriDisplayInformation(int roamInd, int
defRoamInd
){
402
if(
defRoamInd
> 2) {
403
if (VDBG) Log.v(LOG_TAG, "ERI
defRoamInd
> 2 ...flashing");
410
if (VDBG) Log.v(LOG_TAG, "ERI
defRoamInd
<= 2");
411
switch (
defRoamInd
) {
443
EriInfo defEriInfo = getEriInfo(
defRoamInd
);
447
+ " not found in ERI file ...using
defRoamInd
" +
defRoamInd
);
450
Log.e(LOG_TAG, "ERI
defRoamInd
" +
defRoamInd
[
all
...]
CDMAPhone.java
[
all
...]
Completed in 1143 milliseconds