Home
last modified time | relevance | path

Searched refs:storePendingTransaction (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java117 int key = mIccRecords.storePendingTransaction(msg, obj); in testPendingTansaction()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java352 public int storePendingTransaction(Message msg) { in storePendingTransaction() method in IccRecords
353 return storePendingTransaction(msg, null); in storePendingTransaction()
364 public int storePendingTransaction(Message msg, Object obj) { in storePendingTransaction() method in IccRecords
DSIMRecords.java1249 key = storePendingTransaction(response, fplmnsToWrite); in handleMessage()
1518 int key = storePendingTransaction(response); in getForbiddenPlmns()
1530 int key = storePendingTransaction(response, fplmns); in setForbiddenPlmns()