Searched refs:updateEFLinearFixed (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/ |
D | SIMRecordsTest.java | 757 }).when(mFhMock).updateEFLinearFixed(anyInt(), eq(null), anyInt(), any(byte[].class), in testSetVoiceMailNumber() 766 verify(mFhMock, times(1)).updateEFLinearFixed(anyInt(), eq(null), anyInt(), in testSetVoiceMailNumber() 812 }).when(mFhMock).updateEFLinearFixed(anyInt(), eq(null), anyInt(), any(byte[].class), in testSetVoiceMailNumberBigAlphatag() 821 verify(mFhMock, times(1)).updateEFLinearFixed(anyInt(), eq(null), anyInt(), in testSetVoiceMailNumberBigAlphatag() 868 }).when(mFhMock).updateEFLinearFixed(anyInt(), eq(null), anyInt(), any(byte[].class), in testSetVoiceMailNumberUtf16Alphatag() 878 verify(mFhMock, times(1)).updateEFLinearFixed(anyInt(), eq(null), anyInt(), in testSetVoiceMailNumberUtf16Alphatag() 925 }).when(mFhMock).updateEFLinearFixed(anyInt(), eq(null), anyInt(), any(byte[].class), in testSetVoiceMailNullNumber() 934 verify(mFhMock, times(1)).updateEFLinearFixed(anyInt(), eq(null), anyInt(), in testSetVoiceMailNullNumber()
|
D | IccFileHandlerTest.java | 495 mIccFileHandler.updateEFLinearFixed(0, "", 0, new byte[10], null, message); in updateEFLinearFixed_WithNullPath() 501 public void updateEFLinearFixed() { in updateEFLinearFixed() method in IccFileHandlerTest 514 mIccFileHandler.updateEFLinearFixed(0, 0, new byte[10], null, message); in updateEFLinearFixed()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AdnRecordLoader.java | 203 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage() 206 mFh.updateEFLinearFixed(mEf, getEFPath(mEf), mRecordNumber, in handleMessage()
|
D | IccFileHandler.java | 398 public void updateEFLinearFixed(int fileid, String path, int recordNum, byte[] data, in updateEFLinearFixed() method in IccFileHandler 416 public void updateEFLinearFixed(int fileid, int recordNum, byte[] data, in updateEFLinearFixed() method in IccFileHandler
|
D | SIMRecords.java | 465 mFh.updateEFLinearFixed( in setVoiceMessageWaiting() 582 mFh.updateEFLinearFixed( in setVoiceCallForwardingFlag() 1492 mFh.updateEFLinearFixed(EF_SMS, in handleSmses() 1772 mFh.updateEFLinearFixed(EF_SMS, 1, ba, null, in fetchSimRecords()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | IccSmsInterfaceManager.java | 248 fh.updateEFLinearFixed(IccConstants.EF_SMS, i + 1, record, null, null); in markMessagesAsRead() 319 fh.updateEFLinearFixed( in updateMessageOnIccEf()
|