Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DIRadioMessagingImpl.java43 private final Set<Integer> mGsmBroadcastConfigSet = new ArraySet<Integer>(); field in IRadioMessagingImpl
345 synchronized (mGsmBroadcastConfigSet) { in setGsmBroadcastConfig()
346 mGsmBroadcastConfigSet.clear(); in setGsmBroadcastConfig()
361 mGsmBroadcastConfigSet.add(j); in setGsmBroadcastConfig()
527 synchronized (mGsmBroadcastConfigSet) { in getGsmBroadcastConfigSet()
528 Log.d(mTag, "getBroadcastConfigSet. " + mGsmBroadcastConfigSet); in getGsmBroadcastConfigSet()
529 return mGsmBroadcastConfigSet; in getGsmBroadcastConfigSet()