Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockModemConfigBase.java121 private RegistrantList[] mCurrentCallsResponseRegistrants; field in MockModemConfigBase
150 mCurrentCallsResponseRegistrants = new RegistrantList[mNumOfPhone]; in MockModemConfigBase()
213 if (mCurrentCallsResponseRegistrants != null in MockModemConfigBase()
214 && mCurrentCallsResponseRegistrants[i] == null) { in MockModemConfigBase()
215 mCurrentCallsResponseRegistrants[i] = new RegistrantList(); in MockModemConfigBase()
487 mCurrentCallsResponseRegistrants[mLogicalSlotId].notifyRegistrants( in handleMessage()
971 mCurrentCallsResponseRegistrants[logicalSlotId].addUnique(h, what, obj); in registerForCurrentCallsResponse()
976 mCurrentCallsResponseRegistrants[logicalSlotId].remove(h); in unregisterForCurrentCallsResponse()