Searched defs:EriDisplayInformation (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DEriManager.java64 class EriDisplayInformation { class in class:EriManager
69 EriDisplayInformation(int eriIconIndex, int eriIconMode, String eriIconText) { method in class:EriManager.EriDisplayInformation
83 return "EriDisplayInformation: {" + " IconIndex: " + mEriIconIndex + " EriIconMode: "
311 private EriDisplayInformation getEriDisplayInformation(int roamInd, int defRoamInd){
312 EriDisplayInformation ret;
319 ret = new EriDisplayInformation(
330 ret = new EriDisplayInformation(
337 ret = new EriDisplayInformation(
344 ret = new EriDisplayInformation(
353 ret = new EriDisplayInformation(
[all...]

Completed in 32 milliseconds