Searched refs:getDisplayRule (Results 1 – 5 of 5) sorted by relevance
457 public int getDisplayRule(String plmn) { in getDisplayRule() method in IsimUiccRecords
496 public abstract int getDisplayRule(String plmn); in getDisplayRule() method in IccRecords
919 public int getDisplayRule(String plmn) { in getDisplayRule() method in RuimRecords
1621 public int getDisplayRule(String plmn) { in getDisplayRule() method in SIMRecords
598 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0; in updateSpnDisplay()