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.java348 List<OperatorPlmnInfo> parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
364 parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
379 parsedOpl = Arrays.asList(mSIMRecordsUT.getOpl()); in testGetEfOpl()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java721 public OperatorPlmnInfo[] getOpl() { in getOpl() method in IccRecords