Home
last modified time | relevance | path

Searched refs:getDisplayRule (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIsimUiccRecords.java457 public int getDisplayRule(String plmn) { in getDisplayRule() method in IsimUiccRecords
DIccRecords.java496 public abstract int getDisplayRule(String plmn); in getDisplayRule() method in IccRecords
DRuimRecords.java919 public int getDisplayRule(String plmn) { in getDisplayRule() method in RuimRecords
DSIMRecords.java1621 public int getDisplayRule(String plmn) { in getDisplayRule() method in SIMRecords
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java598 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0; in updateSpnDisplay()