Searched refs:getDisplayRule (Results 1 – 6 of 6) sorted by relevance
461 public int getDisplayRule(String plmn) { in getDisplayRule() method in IsimUiccRecords
574 public abstract int getDisplayRule(String plmn); in getDisplayRule() method in IccRecords
872 public int getDisplayRule(String plmn) { in getDisplayRule() method in RuimRecords
1667 public int getDisplayRule(String plmn) { in getDisplayRule() method in SIMRecords
196 doReturn(0x02).when(mSimRecords).getDisplayRule(anyString()); in testSpnUpdateShowPlmnOnly()
2100 … int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0; in updateSpnDisplay()