Searched refs:mGsmBroadcastConfigSet (Results 1 – 1 of 1) sorted by relevance
43 private final Set<Integer> mGsmBroadcastConfigSet = new ArraySet<Integer>(); field in IRadioMessagingImpl345 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()