Searched refs:EF_FPLMN (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | SIMRecordsTest.java | 122 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsPad() 124 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsPad() 137 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsTruncate() 139 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsTruncate() 152 verify(mFhMock).getEFTransparentRecordSize(eq(mSIMRecordsUT.EF_FPLMN), any(Message.class)); in testSetForbiddenPlmnsClear() 154 eq(mSIMRecordsUT.EF_FPLMN), eq(encodedFplmn), any(Message.class)); in testSetForbiddenPlmnsClear() 189 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmns() 212 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsException() 235 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsNull() 257 .loadEFTransparent(eq(SIMRecords.EF_FPLMN), any(Message.class)); in testGetForbiddenPlmnsEmptyList() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | IccConstants.java | 92 static final int EF_FPLMN = 0x6F7B; field
|
D | UsimFileHandler.java | 68 case EF_FPLMN: in getEFPath()
|
D | SIMRecords.java | 1252 EF_FPLMN, in handleMessage() 1519 mFh.loadEFTransparent(EF_FPLMN, obtainMessage( in getForbiddenPlmns() 1532 EF_FPLMN, in setForbiddenPlmns() 1651 mFh.loadEFTransparent(EF_FPLMN, obtainMessage( in fetchSimRecords()
|