Home
last modified time | relevance | path

Searched refs:getOpl (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DSIMRecordsTest.java557 List<OperatorPlmnInfo> parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
573 parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
588 parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java748 public OperatorPlmnInfo[] getOpl() { in getOpl() method in IccRecords