Home
last modified time | relevance | path

Searched refs:EF_FPLMN (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DSIMRecordsTest.java143 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsPad()
145 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsPad()
158 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsTruncate()
160 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsTruncate()
173 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsClear()
175 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsClear()
210 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmns()
233 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsException()
256 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsNull()
278 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsEmptyList()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccConstants.java97 static final int EF_FPLMN = 0x6F7B; field
DUsimFileHandler.java68 case EF_FPLMN: in getEFPath()
DSIMRecords.java1309 EF_FPLMN, in handleMessage()
1608 mFh.loadEFTransparent(EF_FPLMN, obtainMessage( in getForbiddenPlmns()
1621 EF_FPLMN, in setForbiddenPlmns()
1743 mFh.loadEFTransparent(EF_FPLMN, obtainMessage( in fetchSimRecords()