Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A 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
H A DSIMRecords.java1260 key = storePendingTransaction(response, fplmnsToWrite); in handleMessage()
1529 int key = storePendingTransaction(response); in getForbiddenPlmns()
1541 int key = storePendingTransaction(response, fplmns); in setForbiddenPlmns()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DIccRecordsTest.java122 int key = mIccRecords.storePendingTransaction(msg, obj); in testPendingTansaction()