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.java458 public int getDisplayRule(String plmn) { in getDisplayRule() method in IsimUiccRecords
DIccRecords.java555 public abstract int getDisplayRule(String plmn); in getDisplayRule() method in IccRecords
DRuimRecords.java869 public int getDisplayRule(String plmn) { in getDisplayRule() method in RuimRecords
DSIMRecords.java1630 public int getDisplayRule(String plmn) { in getDisplayRule() method in SIMRecords
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
DGsmServiceStateTracker.java588 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0; in updateSpnDisplay()