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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccRecords.java561 public abstract int getDisplayRule(String plmn); method in class:IccRecords
H A DIsimUiccRecords.java458 public int getDisplayRule(String plmn) { method in class:IsimUiccRecords
H A DRuimRecords.java869 public int getDisplayRule(String plmn) { method in class:RuimRecords
H A DSIMRecords.java1628 public int getDisplayRule(String plmn) { method in class:SIMRecords
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java594 int rule = (iccRecords != null) ? iccRecords.getDisplayRule(mSS.getOperatorNumeric()) : 0;

Completed in 82 milliseconds