Searched defs:sConnectionMuteTable (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Phone/src/com/android/phone/
H A DPhoneUtils.java97 private static Hashtable<Connection, Boolean> sConnectionMuteTable = field in class:PhoneUtils
143 if (sConnectionMuteTable.get(cn) == null) {
144 sConnectionMuteTable.put(cn, Boolean.FALSE);
158 if (sConnectionMuteTable.get(cn) == null) {
159 sConnectionMuteTable.put(cn, Boolean.FALSE);
167 for (Iterator<Connection> cnlist = sConnectionMuteTable.keySet().iterator();
750 shouldMute = sConnectionMuteTable.get(
754 shouldMute = sConnectionMuteTable.get(c);
1836 if (sConnectionMuteTable.get(cn) == null) {
1839 sConnectionMuteTable
[all...]

Completed in 21 milliseconds