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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DEriManager.java64 class EriDisplayInformation { class in class:EriManager
69 public EriDisplayInformation(int eriIconIndex, int eriIconMode, String eriIconText) { method in class:EriManager.EriDisplayInformation
83 return "EriDisplayInformation: {" + " IconIndex: " + mEriIconIndex + " EriIconMode: "
286 private EriDisplayInformation getEriDisplayInformation(int roamInd, int defRoamInd){
287 EriDisplayInformation ret;
294 ret = new EriDisplayInformation(
305 ret = new EriDisplayInformation(
312 ret = new EriDisplayInformation(
319 ret = new EriDisplayInformation(
328 ret = new EriDisplayInformation(
[all...]

Completed in 118 milliseconds