Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioMessagingImpl.java46 private final Set<Integer> mCdmaBroadcastConfigSet = new ArraySet<Integer>(); field in IRadioMessagingImpl
302 synchronized (mCdmaBroadcastConfigSet) { in setCdmaBroadcastConfig()
303 mCdmaBroadcastConfigSet.clear(); in setCdmaBroadcastConfig()
306 mCdmaBroadcastConfigSet.add(configInfo[i].serviceCategory); in setCdmaBroadcastConfig()
534 synchronized (mCdmaBroadcastConfigSet) { in getCdmaBroadcastConfigSet()
535 Log.d(mTag, "getBroadcastConfigSet. " + mCdmaBroadcastConfigSet); in getCdmaBroadcastConfigSet()
536 return mCdmaBroadcastConfigSet; in getCdmaBroadcastConfigSet()