Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccRecords.java367 public int storePendingTransaction(Message msg) { in storePendingTransaction() method in IccRecords
368 return storePendingTransaction(msg, null); in storePendingTransaction()
379 public int storePendingTransaction(Message msg, Object obj) { in storePendingTransaction() method in IccRecords
DSIMRecords.java1255 key = storePendingTransaction(response, fplmnsToWrite); in handleMessage()
1524 int key = storePendingTransaction(response); in getForbiddenPlmns()
1536 int key = storePendingTransaction(response, fplmns); in setForbiddenPlmns()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccRecordsTest.java122 int key = mIccRecords.storePendingTransaction(msg, obj); in testPendingTansaction()