Searched refs:sConnectionMuteTable (Results 1 – 1 of 1) sorted by relevance
104 private static Hashtable<Connection, Boolean> sConnectionMuteTable = field in PhoneUtils150 if (sConnectionMuteTable.get(cn) == null) { in handleMessage()151 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()165 if (sConnectionMuteTable.get(cn) == null) { in handleMessage()166 sConnectionMuteTable.put(cn, Boolean.FALSE); in handleMessage()174 for (Iterator<Connection> cnlist = sConnectionMuteTable.keySet().iterator(); in handleMessage()829 shouldMute = sConnectionMuteTable.get( in restoreMuteState()833 shouldMute = sConnectionMuteTable.get(c); in restoreMuteState()1996 if (sConnectionMuteTable.get(cn) == null) { in setMute()1999 sConnectionMuteTable.put(cn, Boolean.valueOf(muted)); in setMute()