OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDisplayRule
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccRecords.java
492
public abstract int
getDisplayRule
(String plmn);
IsimUiccRecords.java
467
public int
getDisplayRule
(String plmn) {
RuimRecords.java
768
public int
getDisplayRule
(String plmn) {
SIMRecords.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java
594
int rule = (iccRecords != null) ? iccRecords.
getDisplayRule
(mSS.getOperatorNumeric()) : 0;
[
all
...]
Completed in 249 milliseconds