Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioConfigImpl.java58 private int[] mEnabledLogicalSlots = {}; field in IRadioConfigImpl
134 mEnabledLogicalSlots = (int[]) ar.result; in handleMessage()
135 if (mEnabledLogicalSlots != null) { in handleMessage()
136 for (int enabledLogicalSlot : mEnabledLogicalSlots) { in handleMessage()
210 enabledLogicalSlots = mEnabledLogicalSlots; in getSimultaneousCallingSupport()
329 enabledLogicalSlots = mEnabledLogicalSlots; in unsolSimultaneousCallingSupportChanged()
DMockModemConfigBase.java85 private int[] mEnabledLogicalSlots; field in MockModemConfigBase
807 new AsyncResult(null, mEnabledLogicalSlots, null)); in notifyAllRegistrantNotifications()